Views
No views yet
1@article{luo2023end,
2 title={End-to-end Alternating Optimization for Real-World Blind Super Resolution},
3 author={Luo, Zhengxiong and Huang, Yan and Li, Shang and Wang, Liang and Tan, Tieniu},
4 journal={International Journal of Computer Vision (IJCV)},
5 year={2023}
6}1cd codes/config/RealDAN
2python3 inference.py \
3--opt options/test/dan_edsr_gan_real.yml \
4--input_dir=/dir/of/input/images \
5--output_dir=/dir/of/saved/outputs1cd codes/config/KernelDAN
2python3 inference.py \
3--opt options/test/x4.yml \
4--input_dir=/dir/of/input/images \
5--output_dir=/dir/of/saved/outputs1cd codes/config/RealDAN
2python3 test.py \
3--opt options/test/dan_edsr_gan_syn.yml1cd codes/config/RealDAN
2python3 test.py \
3--opt options/test/dan_edsr_syn.yml1cd codes/config/KernelDAN
2python3 test.py \
3--opt options/test/x2.yml 1cd codes/config/KernelDAN
2python3 test.py \
3--opt options/test/x4.yml