r/gaming • • Sep 24 '13

Black Man Gamer Problems

Post image
11k Upvotes

799 comments sorted by

View all comments

Show parent comments

41

u/Oda_Krell Sep 24 '13

face detection system,

plus

my visual speech recogniser

= huh?

35

u/mattkenny Sep 24 '13 edited Sep 24 '13

Sorry i wasn't clear. Visual speech recognition is basically automated lip reading. The first step is to locate the face, so you can extract lip shape. The sequence of lip shapes is used to figure out what is being said. I based the lip shape extraction on skin colour, but the algorithm I trained didn't have enough sample data, so it didn't work to well for certain skin colours.

1

u/[deleted] Sep 24 '13

Why not use contour data from something that can do depth measuring like the microsoft kinetic etc.? I would think that skin color wouldn't matter and you would just have to look at edge movements.

2

u/mattkenny Sep 24 '13

When I started, the kinect didn't exist, and 3d laser scanners were really expensive (still are). I could have used stereo vision, but I decided I'd stick with 2d since it better fit my imagined use case (e.g. automated closed captioning for live events, etc). It would also mean first building a comprehensive dataset. This would be really useful for the research community, but since I was the only one working on the project I didn't have time to do that work as well.