Skip to content

SKKUAutoLab/ETSS-07-ImageEnhance

Repository files navigation

ETSS-07-ImageEnhance

Installation

git clone https://phlong3105@github.com/phlong3105/mon
cd mon
chmod +x install.sh

# On Linux
conda init bash
bash -i install.sh

# On Mac
conda init zsh
zsh -i install.sh

The code is fully compatible with PyTorch >= 2.0.

Directory Organization

code
 |_ mon
     |_ data                 # Default location to store working datasets.
     |_ docs                 # Documentation.
     |_ env                  # Environment variables.
     |_ project              # Project-specific code.
     |_ src                  # Source code.
     |   |_ mon              # Python code.
     |       |_ config       # Configuration functionality.
     |       |_ core         # Base functionality for other packages.
     |       |_ data         # Data processing package.
     |       |_ nn           # Machine learning package.
     |       |_ vision       # Computer vision package.
     |_ tools                # Tools.
     |_ zoo                  # Model zoo.
     |_ .gitignore           # 
     |_ install.sh           # Installation script.
     |_ LICENSE              #
     |_ mkdocs.yaml          # mkdocs setup.
     |_ pyproject.toml       # 
     |_ README.md            # Github Readme.

Contact

If you have any questions, feel free to contact Long H. Pham (longpham3105@gmail.com or phlong@skku.edu)