Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 481 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 481 Bytes

CST

The pytorch code of hyperspectral image super-resolution method CST

Requirements

  • Python 3.6.13
  • Pytorch 1.8.

Preparation

To get the training set, validation set and testing set, refer to SSPSR to download the mcodes for cropping the hyperspectral image.

Training

To train CST, run the following command.

sh demo.sh

Testing

run the the following command.

sh test_demo.sh

References