Skip to content

Different bounding box order bug fix and new pre-trained flag

Compare
Choose a tag to compare
@alankbi alankbi released this 08 Mar 06:53
· 19 commits to master since this release

List of changes:

  • Allow support for bounding box edge values to be provided in any order (#66)
    • Before, only xmin, ymin, xmax, ymax was supported in the XML files
  • Add pretrained flag to core.Model to specify whether to use PyTorch's pretrained weights (#71)