Hi guys,
There's been a lot of confusions, lots of algorithms, lot of choices for the face analysis part. Spent a lot of time over it, learnt a couple of new things, so what else it was time to test things out.
I started with the traditional way, template based matching had to take around 35 pics and my beard for better accuracy, after a bit of enhancements and the discovery was, I'm really bad with Expressions it wasn't working the way I want it to.
So the next option was to make a standalone AI to do the job, so I called a friend with knowledge in Machine Learning and OpenCV, he had already had an python script for the same, we tried and it was working good.
But the problem was, the script was designed to run on a high spec computers and our poor hero had to give in all his abilities to run. There was like 5s delay to move into the next frame. The ACT LED stood still and had to pull the chord to stop the process.
With that sort of system load, video playback (the visuals and audio part) would never work.
There has to be an way, I'm looking into cloud services for the same, started working not sure which one will work out
Will the hero rise back??
Cheers,
Top Comments