DeepDebluring project for the course [91250] Deep Learning at UniBo
- python 3.x
-
conda create --name <env> --file requirements_conda.txt
- use directly requirements_conda.yml within anaconda
pip install -r requirements_pip.txt
- Go to the project folder (where src, report andmodels folders are)
- activate environment
-
python src/main_cli.py MODEL PARAMS
python src/main_cli.py -h
python src/main_cli.py MODEL -h
The report is report/Report.pdf
The powerpoint presentation is report/powerpoint.pdf
The models implemented are:
The model and weights are save in /models/[MODEL NAME]/[MODEL NAME]_best.h5