yinguobing / cnn-facial-landmark

Training code for facial landmark detection based on deep convolutional neural network.
MIT License
626 stars 182 forks source link

Webcam detection with model training by custom dataset #55

Open abdou31 opened 5 years ago

abdou31 commented 5 years ago

Hello Sir, Actually, my work is based on Android device, So I should deploy the model with .tflite extension to Android Studio to create a project that can detect eye region with landmarks using streaming video ( frontal webcam ). I want to know if this project did support custom detection (eyes detection ) with landmarks using the webcam? Thanks

yinguobing commented 5 years ago

No, it's not. You will need a custom detector.

abdou31 commented 5 years ago

You did not understand me. Did can this project support detection from webcam for facial landmarks?

yinguobing commented 5 years ago

Please checkout this minimal sample for inference with video/webcam: https://github.com/yinguobing/butterfly

abdou31 commented 5 years ago

Thanks, I will see it