Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.06 KB

3D Mask

enter image description here

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