Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Face detection #49

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

davinellulinvega
Copy link

So this is a work in progress, but the basics for object detection and tracking (for the moment only faces and hands are available) have been implemented in two separate classes: ObjectTracker and ObjectDetector. This will allow future scripts to take advantage of the Yolo V4 network hidden behind the ObjectDetector to detect more objects.
The third class introduced here, namely ObjectDetectionNTracking is only here to hide the "complexities" of communicating with both the tracker and detector.
Finally, I also implemented some kind of wrapper around the cv.imshow() function so that image display happens in another thread, and to make it hopefully easier for users to handle.

zayfod and others added 21 commits November 13, 2020 15:45
…, rather than a custom location for the tracker's default configuration files.
…king and detection, and finally image display using OpenCV.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants