amar-laksh / focusTV

OPENCV and Python can come together to help you binge-watch with this??!!!
GNU General Public License v2.0
8 stars 0 forks source link

Better Performance - Look for other algos for core. #6

Open Ridhwanluthra opened 6 years ago

Ridhwanluthra commented 6 years ago

So, I have been trying to use focusTV lately whenever I watch something. A couple of challenges that I believe should be dealt with:

amar-laksh commented 6 years ago

Okay so answering your questions:

So have a look at other approaches other than HAAR. I am gonna rename the issue also.

Nice issue, keep at it!

vaibhavk97 commented 6 years ago

Totally agree with the idea to use deep nets with YOLO as mentioned or maybe MOBILENETS for more seamless experience and faster performance. Suggestion:

  1. Instead of tracking presence of face i think it would be better to track eyes , this would give a better experience in terms of actually watching the video.
Ridhwanluthra commented 6 years ago

i could not find the code where tracking is being done. If we use something like the KLT algorithm we can also help with https://github.com/amar-laksh/focusTV/issues/1 as it would mean we don't have to run the deep net or haar or whatever all the time but only when we lose a face in tracking. The tracking will be running 90% of the time.

Given our constraints we should