Skip to content

Releases: tadejsv/EvalDeT

0.4.1

12 Jul 05:16
66db55c
Compare
Choose a tag to compare

Changed

  • Remove upper limits on dependencies (#38)

v0.4.0: COCO detection metrics!

05 Jun 21:30
27c22f8
Compare
Choose a tag to compare
  • 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

02 Dec 18:37
a60fe17
Compare
Choose a tag to compare

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

11 Oct 17:12
Compare
Choose a tag to compare

Added

  • A py.typed file to support typing of this library in installations (#25)

v0.2.0

11 Oct 16:07
5f0866c
Compare
Choose a tag to compare

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

05 Oct 20:31
ce6df1f
Compare
Choose a tag to compare

Changed

  • Improve HOTA metrics to use less memory (#23)
  • Improve ID metrics to use less memory (#23)

v0.1.7

02 Oct 18:33
4188cf4
Compare
Choose a tag to compare
Fix typing for Python 3.8 (#22)

* Fix typing for Python 3.8

* Fix set typing

* Add changelog and bump version

v0.1.6

29 Sep 18:25
18330db
Compare
Choose a tag to compare
Fix publishing (#21)

v0.1.5

29 Sep 18:10
879a161
Compare
Choose a tag to compare
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

29 Aug 06:11
6982be7
Compare
Choose a tag to compare
Performance improvement for HOTA (#19)

* Performance improvement for HOTA

* Adjust changelog and version