oarriaga / face_classification

Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
MIT License
5.61k stars 1.59k forks source link

If no face how to add a new function? #139

Open ViousGod opened 4 years ago

ViousGod commented 4 years ago

First, thank you for sharing this! How can I add a new column called "No face", if no face, it will show "No face:100%", and, still record it. Thank you.