Home

Awesome

Environment

Installation

pip install -r requirements.txt
python setup.py develop

How To Inference or Test

python basicsr/test.py -opt options/inference/UDCUNet_inference.yml

The testing results will be saved in the ./results folder.

How To Train

Single GPU: CUDA_VISIBLE_DEVICES=0 python basicsr/train.py -opt options/train/UDCUNet_train.yml
Multi GPU: CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch --nproc_per_node=4 --master_port=4321 basicsr/train.py -opt options/train/UDCUNet_train.yml --launcher pytorch

For more training commands and details, please check the docs in BasciSR

Contact

If you have any question, please email jf.hu1@siat.ac.cn.