Skip to content

junjun-jiang/US3RN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

US3RN-Pytorch

The code is for the work:

@article{ma2021deep,
  title={Deep Unfolding Network for Spatiospectral Image Super-Resolution},
  author={Qing Ma, Junjun Jiang, Xianming Liu, and Jiayi Ma},
  journal={IEEE Transactions on Computational Imaging},
  volume={},
  number={},
  pages={},
  year={2022},
}

Requirements

pytorch == 1.6.1

Dataset

To train and test on CAVE data set, you must first download the CAVE data set form http://www.cs.columbia.edu/CAVE/databases/multispectral/. Put all the training images and test images in their respective folders. You can also download the processed data from https://drive.google.com/drive/folders/1lwsNkmDFW81PvRGPWWBh-5wQDtF8XgQ5?usp=sharing

Train

python main.py --mode train

Test

python main.py --mode test --nEpochs 150

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages