- Small project of class "Introduction to Computer Vision".
- Inspired from book Mastering OpenCV 4 with Python
- Original from PacktPublishing: https://github.com/PacktPublishing/Mastering-OpenCV-4-with-Python
- Python 3.7
- opencv-contrib-python:
pip install opencv-contrib-python==4.0.0.21
- numpy:
pip install numpy==1.16.1
- dlib (It will require Cmake also, remember to check environment path carefully when having errors)
- PySimpleGUI
- shape_predictor_68_face_landmarks.dat , get it from here
Example:
# cd to your project file
# use this command
python test.py