Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-30 | 1.6 kB | |
v2.3.0 source code.tar.gz | 2025-04-30 | 288.2 MB | |
v2.3.0 source code.zip | 2025-04-30 | 288.5 MB | |
Totals: 3 Items | 576.7 MB | 0 |
Release notes
We release Norfair 2.3.0, which includes a many fixes and improvements.
This version also drops support for Python 3.7.
Changelog
- Relaxed rich requirement to allow newer version of it (#332) @javiber thanks to @johannesrhvw for the help
- Comment that norfair might still work with python 3.7 (#291) @aguscas
- Add mention of yolo-nas demo in readme (#290) @aguscas
- yolo nas demo (#274) @agosl
- replace any print() + exit() combos with raise (#259) @quantumdot
- Update demo.py (#280) @PJarbas
- Updated docs requirements (#289) @javiber
- Add py.typed marker (#277) @selimb
- [FIX][MOTION ESTIMATION] Fix error on homography calculation (#278) @gfugante
- Drop support for python 3.7 (#287) @aguscas
- Set default value
draw_ids
to True in thedraw_boxes
function (#264) @DiegoFernandezC - Fix path drawer (#252) @DiegoFernandezC
- Fix colab demo (#248) @facundo-lezama
- Fix deprecated
Color.random
call in 3d-track demo. (#244) @facundo-lezama
New Contributors
- @gfugante made their first contribution in https://github.com/tryolabs/norfair/pull/278
- @selimb made their first contribution in https://github.com/tryolabs/norfair/pull/277
- @PJarbas made their first contribution in https://github.com/tryolabs/norfair/pull/280
- @quantumdot made their first contribution in https://github.com/tryolabs/norfair/pull/259
- @agosl made their first contribution in https://github.com/tryolabs/norfair/pull/274
Full Changelog: https://github.com/tryolabs/norfair/compare/v2.2.0...v2.3.0