See this page for complete information.
To patch dataset:
python3 patch_dataset.py -fp $SOURCE_PATH -dp $DEST_PATH
Note that the setup would also be applicable for the project. The steps would be generally the same.
- conda
- Python3.7
- pytorch
- numpy
- opencv
- See this link. Remeber to add Anaconda to my Path
- Create virtual environment under the project directory using
conda create --prefix ./venv python=3.7
- Activate the virtual environment using
conda activate ./venv
under your project folder - Install pytorch using command line in this document. Check that the installation is successful.
- Build your Convolutional Neural Network according to this tutorial
- Done!
- General Idea: see this website
- Dataset: The Laval Indoor HDR Dataset