andrefdre / SAVI_Face_Recognition

MIT License
1 stars 0 forks source link

Faces Tracking #2

Closed andrefdre closed 1 year ago

LimitlessGrey commented 1 year ago

Object tracking check bbox and some more stuff

https://pysource.com/2021/01/28/object-tracking-with-opencv-and-python/

LimitlessGrey commented 1 year ago

Pysource YT Tutorial

https://www.youtube.com/watch?v=O3b8lVF93jU&t=812s&ab_channel=Pysource

andrefdre commented 1 year ago

I finished implementing the tracker and detection of the face that @LimitlessGrey did and now we need to do some research to decide which tracker model is better and also we need to implement the body detection and tracker and only then face will be detected.

LimitlessGrey commented 1 year ago

Recomend the CSRT Tracker. Albeit slower it is very reliable when used with cameras that record with 25 or less FPS

andrefdre commented 1 year ago

We need to perform some tests cause I'm having a problem of the tracking when they don't detect they disappear and I think it's not what is suppose to happen. And I already changed the tracking method to the one suggested by @LimitlessGrey.

andrefdre commented 1 year ago

This is implemented and for now is working fine. Next step is moving this code so it tracks bodys instead of faces.