This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
Big Release! With so many new features:
- Face detection algorithm! Based on the very fast YuNet model
- SORT algorithm for smooth tracking and consistent ID
- Pixelate "blur" effect
- Filter by minimal size
- Track/Zoom the biggest or "oldest" object
- Save detections to file real-time (combine with Streamer.bot!)
Enjoy!
Checksums
obs-detect-0.0.3-macos-universal.pkg: ffa5e884be2b1ebc325b9ed00c9b638dc55f8af339d8372063dc2f13f5688d17
obs-detect-0.0.3-source.tar.xz: 7fca0ee5dff3b77acbb77f9e4202bb05e2069c68d9f114f4e07e1e6405429889
obs-detect-0.0.3-windows-x64-Installer.exe: f59fc657abe2d65e15e591af730acc56900d642efe335a609c8b157b0ce7cd3f
obs-detect-0.0.3-windows-x64.zip: 3273a6cf17edea060552823cebb11f286cf74e9ca1bbe84a7f938d9ebb2b5397
obs-detect-0.0.3-x86_64-linux-gnu-dbgsym.ddeb: 298d5bca152a516ffd5237c00f2c8cf9d997507628fb446809e47629c163d7eb
obs-detect-0.0.3-x86_64-linux-gnu.deb: 487049975d421ad3bc3fb10cfd7edbeb460e4c957977d2f3d36121dba2433f89
What's Changed
- refactor: Update draw_objects function to include classNames vector by @royshil in #11
- Add SORT tracker by @royshil in #15
- feat: Update showUnseenObjects flag and add saveDetectionsPath field … by @royshil in #16
- Crop region by @royshil in #17
- feat: Add YuNet model support for object detection by @royshil in #19
- feat: Add pixelate effect support for masking by @royshil in #20
Full Changelog: 0.0.2...0.0.3