Skip to content

Releases: lion24/pyvision

v0.2.2

25 Sep 11:29
b444f76
Compare
Choose a tag to compare

0.2.2 (2024-09-25)

Bug Fixes

  • fps: apply staturation for the fps counter (76ed7e5)

Documentation

  • clarify some installation points (a3ea8ed)

v0.2.1

16 Sep 08:07
690de11
Compare
Choose a tag to compare

0.2.1 (2024-09-16)

Bug Fixes

  • the build extension was failing (f75f493)

v0.2.0

11 Sep 08:53
a779fbb
Compare
Choose a tag to compare

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

29 Jul 09:10
be30ffb
Compare
Choose a tag to compare

0.1.0 (2024-07-29)

Features

  • allow to adjust brightness and contrast (2825606)
  • filters: introduce some filters. (2de2083)
  • use GPU for render and computing (378ecbf)

v0.0.1

16 Jul 14:14
4468646
Compare
Choose a tag to compare

0.0.1 (2024-07-12)

Bug Fixes

  • camera select dropdown logic was incorrect. (4ef4b1e)
  • fix slow camera loading speed (abff429)
  • properly handling threads stop (b2ca118)

Documentation

Initial release (0.0.0)

03 Jul 13:02
Compare
Choose a tag to compare

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.