Skip to content

Releases: karolzak/boxdetect

Release v1.0.2

18 Jan 23:27
9bb5ee4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Release v1.0

16 Jul 06:25
b344e85
Compare
Choose a tag to compare

Features:

  • boxdetect.pipelines.get_boxes - basic pipeline for boxes extraction
  • boxdetect.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 pipelines
  • boxdetect.config.PipelinesConfig.save_yaml/load_yaml - allows to save and load configs into and from yaml files
  • boxdetect.config.PipelinesConfig.autoconfigure - simple mechanism to automatically set config based on box sizes list you're looking for
  • boxdetect.config.PipelinesConfig.autoconfigure_from_vott - automatically sets up config based on ground truth/annotation json files from VoTT
  • boxdetect.img_proc and boxdetect.rect_proc - utility functions which can be used to build custom pipelines