This repository is for CoMoNet introduced in the following paper
Yuanfei Huang, Jie Li, Yanting Hu, Hua Huang and Xinbo Gao, "Deep Convolution Modulation for Image Super-resolution", IEEE Transactions on Circuits and Systems for Video Technology, vol. 34, no. 5, pp. 3647-3662, 2024. paper
- python 3.8
- pytorch >= 1.7.0
- NVIDIA GPU + CUDA
Download DIV2K datasets into the path "../../Datasets/Train/DIV2K".
-
Replace the train dataset path '../../Datasets/Train/' and validation dataset '../../Datasets/Test/' with your training and validation datasets, respectively.
-
Set the configurations in 'option.py' as you want.
python main.py --train 'Train'
-
Download models from 'models/'.
-
Replace the test dataset path '../../Datasets/Test/' with your datasets.
python main.py --train 'Test'
@ARTICLE{10256095,
author={Huang, Yuanfei and Li, Jie and Hu, Yanting and Huang, Hua and Gao, Xinbo},
journal={IEEE Transactions on Circuits and Systems for Video Technology},
title={Deep Convolution Modulation for Image Super-Resolution},
year={2024},
volume={34},
number={5},
pages={3647-3662}