Releases: karolzak/boxdetect
Releases · karolzak/boxdetect
Release v1.0.2
What's Changed
Full Changelog: v1.0.1...v1.0.2
Release v1.0
Features:
boxdetect.pipelines.get_boxes
- basic pipeline for boxes extractionboxdetect.pipelines.get_checkboxes
- pipeline which returns only the checkboxes with simple estimation of the state (checked/unchecked)boxdetect.config.PipelinesConfig
- advanced config class used to run pipelinesboxdetect.config.PipelinesConfig.save_yaml/load_yaml
- allows to save and load configs into and from yaml filesboxdetect.config.PipelinesConfig.autoconfigure
- simple mechanism to automatically set config based on box sizes list you're looking forboxdetect.config.PipelinesConfig.autoconfigure_from_vott
- automatically sets up config based on ground truth/annotation json files from VoTTboxdetect.img_proc
andboxdetect.rect_proc
- utility functions which can be used to build custom pipelines