Production-Level Facial Capture Using Deep Convolutional Neural Networks
11–14 of 14 posts
Re: Production-Level Facial Capture Using Deep Convolutional Neural Networks
#12Earlier quoted context omitted.
I don't think there's any mention of NN to create those filters - in fact, not sure if it's ML at all. Very likely some off-the-shelf CV face-detection - especially considering it must run real-time on a phone.
Even the "simplest" face detection algorithms rely on strong machine learning concepts, eg: Viola-Jones uses AdaBoost to train the face classifier cascade.
Re: Production-Level Facial Capture Using Deep Convolutional Neural Networks
#13This is really awesome,this will stimulate the movie industry.
Re: Production-Level Facial Capture Using Deep Convolutional Neural Networks
#14Earlier quoted context omitted.
Even the "simplest" face detection algorithms rely on strong machine learning concepts, eg: Viola-Jones uses AdaBoost to train the face classifier cascade.
Not really http://docs.opencv.org/trunk/d7/d8b/tutorial_py_face_detecti...
"[...] It is a machine learning based approach where a cascade function is trained from a lot of positive and negative images. [...]"