Skip to content

Releases: tryolabs/norfair

v2.2.0

04 Jan 21:22
Compare
Choose a tag to compare

Release notes

We release Norfair 2.2.0, which includes a major improvement to distances performance as well as many minor fixes and improvements. Including a refactoring of drawing

This version also drops support for Python 3.6.

Changelog

Features

Demos

Documentation

Other features & fixes

v2.1.1

18 Nov 14:46
Compare
Choose a tag to compare

Release notes

We release this patch release to fix a missing dependency on Python 3.6 and 3.7. A new demo for panoptic perception and some updates to sahi demo and documentation are included as well.

Changelog

Fixes

  • Fix importlib-metadata dependency bug affecting python 3.6 and 3.7 (#212) @javiber

Demos

Docs

v2.1.0

19 Oct 19:20
Compare
Choose a tag to compare

Release notes

We release Norfair 2.1, with support for Python 3.10. The rest is mostly small features and fixes, and a new demo.

Changelog

Features

Demos

Documentation

  • Added Contributing guide (#205) @javiber
  • Documentation site for different Norfair versions (#201) @javiber
  • Added documentation for drawers related to camera motion (#203) @javiber

Other features & fixes

  • Update MOT17 metrics and add MOT20 results (#202) @facundo-lezama
  • Version has single source of truth in pyproject.toml (#187) @dekked
  • Fixed bug when transforming coordinates of 1-rank detections (#198) @javiber
  • Fixed the formatting of warning strings (#194) @javiber
  • Fix Python 3.6 dependency in PyPI & upgrades in pyproject.toml (#191) @dekked
  • Fix broken link to documentation in error message (#192) @dekked
  • tox works again for running tests locally (#193) @dekked

v2.0.0

20 Sep 18:12
Compare
Choose a tag to compare

Release notes

We are excited to announce the release of Norfair 2.0, the biggest upgrade to Tryolabs’ open-source multi-object tracking library since its first release two years ago 🙌

Read announcement blog post.

Changelog

New features

Demos

Other features & fixes

v1.0.0

30 May 20:55
Compare
Choose a tag to compare

Release notes

One year and 8 months after the first public release, we got the API stable enough to be comfortable releasing Norfair 1.0! 🥂

Changelog

  • Simplify API (#106) @aguscas
    • hit_inertia_min -> Removed
    • hit_inertia_max -> hit_counter_max
    • point_transience -> pointwise_hit_counter_max
  • Re-add support for Python 3.6 (#113) @joaqo
  • Add 'No filter' and 'Optimized KF' setups (#108) @aguscas
  • Add mot metrics GitHub action (#114) @joaqo
  • Create scripts to compare norfair and ByteTrack on MOT17 (#100) @aguscas
  • Profiling demo (#110) @aguscas

v0.4.3

19 Apr 20:18
Compare
Choose a tag to compare

Changelog

v0.4.0

15 Feb 20:56
Compare
Choose a tag to compare

Changelog

  • Fix yolov4 demo (#87) @joaqo
  • Update metrics docs (#86) @joaqo
  • Improve docs (#85) @joaqo
  • Update dependencies due to Pillow<0.9 containing vulnerabilities (#83) @joaqo
  • ✏️ Fixed argument parsing (#78) @Huh-David
  • Add support for storing several past detections on TrackedObjects (#74) @joaqo

v0.3.1

29 Jul 15:46
Compare
Choose a tag to compare

Changelog

v0.3.0

31 May 21:00
Compare
Choose a tag to compare

Changelog

New features

  • [Backwards incompatible] Support custom list of colors in draw_tracked_boxes (renames line_color to border_colors and line_width to border_width). (#54) @aguscas
  • Support receiving custom Kalman filters on Tracker (#53) @aguscas

Documentation & demos

  • Add demo of tracking cars and pedestrians using YOLOv5 (#52) @fcakyon
  • Add table with MOT17 metrics to Readme (#43) @aguscas

v0.2.0

17 Feb 21:27
e062198
Compare
Choose a tag to compare

Changelog

  • Make OpenCV and motmetrics optional dependencies (#40) @joaqo
  • Small refactor to metrics (#33) @aguscas
  • Add support for evaluating trackers on the MOT Challenge dataset (#17) @aguscas