greatlog / DAN

This is an official implementation of Unfolding the Alternating Optimization for Blind Super Resolution
231 stars 41 forks source link

How can I only get output from a custom image? #6

Closed DaehanKim-Korea closed 3 years ago

DaehanKim-Korea commented 3 years ago

How can I only get output from a custom image?

greatlog commented 3 years ago

You can use the following command.

cd codes/config/DAN
python3 test_single_image.py -opt=test_option.yml -input_dir=/path/to/real/images/ -output_dir=/path/to/save/sr/results/

Remember to change the paths properly.