Releases: tadejsv/vizdet
Releases · tadejsv/vizdet
0.1.8
Added
- Package now available to install from conda
0.1.7
Added
- Basic documentation on ReadTheDocs.
0.1.6
Changed
- Change argument names for
BBoxes
: boxes_coords
-> bboxes
, items_ids
-> ids
and labels_conf
-> scores
.
0.1.5
Fixed
- Improve type checking for integers to take into account numpy integers.
0.1.4
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
Changed
- Change default font sizes for
InfoBox
.
🎉 Initial release
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.