- opencv = '4.5.4-dev'
- scipy = '1.4.1'
- numpy = '1.19.2'
- mediapipe = '0.8.9.1'
- All required code files uploaded so don't need to install any external files or application
- select, apply and draw filters on face
- Draw filtered image and display output image.
- use mediapipe lib to detect hand landmarks.
- use mediapipe lib to detect face landmarks.
- other operations
-
clone this directory
-
use following command to run detection and tracking on your custom video
python snapchat_app.py
- Note : Before executing this command make sure that you have installed all required libs and all above .py files reside in same folder
- output:1
- output:2
- output:3