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
* Support Python 3.10 (195) dekked
* Support for object count when using multiple `Tracker` instances (196) javiber
* Added optional `quality_level` field to `MotionEstimator` class (200) facundo-lezama
Demos
* Add small object tracking demo using SAHI (188) JuanFKurucz
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