Releases: lion24/pyvision
Releases · lion24/pyvision
v0.2.2
v0.2.1
v0.2.0
0.2.0 (2024-09-11)
Features
- add YOLO detection system in pyvision (e620d22)
- make the stream handler a threaded class again (d061efb)
- opencv: allow str and int as source (ecf7406)
- YuNet face detector (71f0ce1)
Bug Fixes
- fps: wrong calculation (7b54a51)
- opencv: let the device managed the exposure (c5b09ba)
- opencv: queue size of 1 (18fffb6)
- ui: fps counter was not visible (7cc164c)
Documentation
- REAME: add some useful reference (2e3fd73)
v0.1.0
v0.0.1
Initial release (0.0.0)
This is the initial project release.
This is a toy project I created to learn image acquisition and recognition using machine learning techniques.
Don't expect much; it's quite buggy. Most bugs will be fixed in the next release.
A basic detection feature will be implemented in the next minor release. More advanced models will be released in a major update once all minor bugs are resolved and the toy examples work fine.