- Place datasets to required directories (which explained text file in
dataset/directory)
- Run
landmark-model.pyto train model to detect facial landmarks - Run
emotion-model.pyto train model to detect facial emotions. - Run
run_camera.pyto see program outputs. FPS is low due to CNN performances. I neither have a GPU nor implementation of GPU
#Datasets references
| DATASET | train data | test data |
|---|---|---|
| FACIAL LANDMARK | train: http://users.sussex.ac.uk/~is321/training_images.npz | test: http://users.sussex.ac.uk/~is321/test_images.npz |
| EMOTION | https://www.kaggle.com/datasets/jonathanoheix/face-expression-recognition-dataset | test also included in link |


