norihiro / obs-face-tracker

Face tracking plugin for OBS Studio
GNU General Public License v2.0
343 stars 29 forks source link

New Feature: Object tracking instead of face #73

Open norihiro opened 2 years ago

norihiro commented 2 years ago

Track object instead of automatically detected face.

Related discussion

https://obsproject.com/forum/threads/face-tracker.144419/post-548452

Mazecreator commented 2 years ago

I have been recently looking at this library: https://ultralytics.com/yolov5 https://github.com/ultralytics/yolov5

It can be used with OpenCV: https://medium.com/mlearning-ai/detecting-objects-with-yolov5-opencv-python-and-c-c7cf13d1483c

This would give "classes" of objects. The class of the object could then be selected (DOG, PERSON1, etc) near real time or prior to adding the filter...

norihiro commented 2 years ago

Thank you for your information. I will check it.

BenSa0112 commented 4 months ago

Thank you for your information. I will check it.

Hi @norihiro. We recently found your plugin and used it in our church. Generally it’s working really good. However, we have the problem that in our service during the sermon we have two people visible: the preacher and a translator. Every now and then the tracked face changes and the camera jumps from face to face.

Any chance you already had a look into the mentioned lib? It would be great if we could specifically define the face to track.