This software generates normal and ambient occlusion maps from a single image
- Python 3.6 with pip
- numpy
- scipy
- PySide2
- opencv-python
Make sure python.exe for python 3.6 or later is in path and pip is installed. Official binaries of python are available at https://www.python.org/downloads/
Clone this repo to an appropriate directory
Using a command console cd to the directory
Install requirements using the following commands *
python -m pip install -r requirements.txt
No run this command to launch the program
python launch.py
Use of a python virtualenv is recommended.
for any queries please contact me at talha.ahmed@gmail.com