Skip to content

Releases: tadejsv/vizdet

0.1.8

26 Jul 05:23
Compare
Choose a tag to compare

Added

  • Package now available to install from conda

0.1.7

18 May 17:49
Compare
Choose a tag to compare

Added

  • Basic documentation on ReadTheDocs.

0.1.6

15 May 08:55
Compare
Choose a tag to compare

Changed

  • Change argument names for BBoxes: boxes_coords -> bboxes, items_ids -> ids and labels_conf -> scores.

0.1.5

25 Apr 13:45
Compare
Choose a tag to compare

Fixed

  • Improve type checking for integers to take into account numpy integers.

0.1.4

24 Apr 16:08
Compare
Choose a tag to compare

Added

  • Throw an error if boxes elements in bboxes_coords are not integers.
  • Explicitly allow numpy array as arguments to BBoxes.draw

Fixed

  • Improved check for None arguments in BBoxes.

0.1.3

04 Apr 09:49
Compare
Choose a tag to compare

Changed

  • Change default font sizes for InfoBox.

🎉 Initial release

03 Apr 19:19
Compare
Choose a tag to compare

This is the initial release of VizDeT 🥳

All the functionality is already here, but more documentation and guides will be added to enable more widespread adoption.

Added

  • The BBoxes, InfoBox, Label and Font classes, that can draw bouding objects on the image using custom TrueType fonts.