Final Project on Computer Vision Skoltech course 2020
- Attach masks to different parts of face on selfies, videos, in real-time
- Make them move with a person
- Add extra features depending on movements
Keypoints detection: dlib pre-trained facial landmark detector (68 points).
Check out fast_guide.ipynb
- Python 3
- OpenCV
- Keypoint detection: the cascade of regressors using dlib