Skip to content
/ uSDN Public

Unsupervised hyperspectral image super-resolution

Notifications You must be signed in to change notification settings

aicip/uSDN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo code for 'Unsupervised sparse Dirichlet-net for hyperspectral image super-resolution'. The code is for research purpose only. All rights reserved. 

Contact information 
Ying Qu: yqu3@vols.utk.edu

Requirements: 

python 3.5.1
tensorflow 1.8.0
scipy


To run the code, please run 'uSDN.py' in Tensorflow. 


Please cite the following paper. 

Ying Qu, Hairong Qi, and Chiman Kwan. "Unsupervised sparse Dirichlet-net for hyperspectral image super-resolution." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR). 2018.

@article{qu2018unsupervised,
  title={Unsupervised sparse Dirichlet-net for hyperspectral image super-resolution},
  author={Qu, Ying and Qi, Hairong and Kwan, Chiman},
  journal={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
  pages={2511--2520},
  year={2018}
}