Skip to content

Face detection#49

Open
davinellulinvega wants to merge 21 commits intozayfod:masterfrom
davinellulinvega:face_detection
Open

Face detection#49
davinellulinvega wants to merge 21 commits intozayfod:masterfrom
davinellulinvega:face_detection

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.

2 participants