3DMask
🦾 🎭 An OpenCV based python application to add 3D mask to videos using Google mediapipe
Install / Use
/learn @abinashnp/3DMaskREADME
3D Mask

Requirements for Windows
- Windows 10
- Python 3.9 or above (64 bit)
- Microsoft Visual Studio
- OpenGL
How to Install
-
Download python from here
-
Install python
-
Add python directory to the PATH at the end of installation
-
After completing above installation please download the source from here
-
Extract the source file into a directory
-
Command line into the directory you've just extracted the source file
cd ARMaskTest -
Install required dependencies
pip install -r requirements.txt -
Agree any conditions that the program throws at you
-
After successful installation run the program using following command
python main.py --file [File Name] --mask [Mask Name] --w [Width] --h[Height] -
You can also type following command to get help for command line instruction
python main.py --help
