├── DCFSL-IP.py ├── DCFSL-PC.py ├── DCFSL-UP.py ├── DCFSL-salinas.py ├── Deep Cross-Domain Few-Shot Learning for Hyperspectral Image Classification.pdf ├── README.md ├── chikusei_imdb_128.py ├── datasets └── paviaU │ └── readme.txt ├── models.py └── utils.py /DCFSL-IP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/DCFSL-2021/HEAD/DCFSL-IP.py -------------------------------------------------------------------------------- /DCFSL-PC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/DCFSL-2021/HEAD/DCFSL-PC.py -------------------------------------------------------------------------------- /DCFSL-UP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/DCFSL-2021/HEAD/DCFSL-UP.py -------------------------------------------------------------------------------- /DCFSL-salinas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/DCFSL-2021/HEAD/DCFSL-salinas.py -------------------------------------------------------------------------------- /Deep Cross-Domain Few-Shot Learning for Hyperspectral Image Classification.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/DCFSL-2021/HEAD/Deep Cross-Domain Few-Shot Learning for Hyperspectral Image Classification.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/DCFSL-2021/HEAD/README.md -------------------------------------------------------------------------------- /chikusei_imdb_128.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/DCFSL-2021/HEAD/chikusei_imdb_128.py -------------------------------------------------------------------------------- /datasets/paviaU/readme.txt: -------------------------------------------------------------------------------- 1 | Please add the data set here. 2 | -------------------------------------------------------------------------------- /models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/DCFSL-2021/HEAD/models.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/DCFSL-2021/HEAD/utils.py --------------------------------------------------------------------------------