Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-10-19 | 1.2 kB | |
v2.1.0.tar.gz | 2022-10-19 | 286.6 MB | |
v2.1.0.zip | 2022-10-19 | 287.0 MB | |
Totals: 3 Items | 573.6 MB | 0 |
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 toMotionEstimator
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