Releases: tadejsv/EvalDeT
Releases · tadejsv/EvalDeT
0.4.1
Changed
- Remove upper limits on dependencies (#38)
v0.4.0: COCO detection metrics!
- Drop support for Python 3.8, add support for Python 3.11 (#36)
- Add module for computing COCO object detection metrics (#36)
- Add Detections class to represent object detections, and load from and save to COCO and parquet formats (#36)
- Refactor the individual MOT metrics from classes to functions (#36)
v0.3.0
Added
- Support for reading/writing to parquet formats (#30)
Changed
- Changed internal representation of attributes to use a single numpy array instead of per-frame dict (#30)
v0.2.1
Added
- A
py.typed
file to support typing of this library in installations (#25)
v0.2.0
Added
- Slicing of
Tracks
(#24)
- Export of
Tracks
to CVAT for Video and a custom CSV format (#24)
Changed
- When creating tracks, if
confs
or classes
are not provided, they are now given a default value, instead of being None
. (#24)
v0.1.8
Changed
- Improve HOTA metrics to use less memory (#23)
- Improve ID metrics to use less memory (#23)
v0.1.7
Fix typing for Python 3.8 (#22)
* Fix typing for Python 3.8
* Fix set typing
* Add changelog and bump version
v0.1.5
Fix MOT and CVAT imports (#20)
* Fix MOT and CVAT import
* Change packaging from poetry to hatch
* Add changelog
* Fix readme
* Fix CI env
v0.1.4
Performance improvement for HOTA (#19)
* Performance improvement for HOTA
* Adjust changelog and version