├── CLDA_HOUSTON13_2_18.py ├── CLDA_INDIANA.py ├── CLDA_SH2HZ.py ├── CLDA_UP2PC.py ├── Confident_Learning-Based_Domain_Adaptation_for_Hyperspectral_Image_Classification.pdf ├── README.md ├── basenet.py ├── classificationMap └── readme.txt ├── datapre.py ├── datasets └── readme.txt ├── losses.py └── utils.py /CLDA_HOUSTON13_2_18.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/CLDA-2022/HEAD/CLDA_HOUSTON13_2_18.py -------------------------------------------------------------------------------- /CLDA_INDIANA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/CLDA-2022/HEAD/CLDA_INDIANA.py -------------------------------------------------------------------------------- /CLDA_SH2HZ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/CLDA-2022/HEAD/CLDA_SH2HZ.py -------------------------------------------------------------------------------- /CLDA_UP2PC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/CLDA-2022/HEAD/CLDA_UP2PC.py -------------------------------------------------------------------------------- /Confident_Learning-Based_Domain_Adaptation_for_Hyperspectral_Image_Classification.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/CLDA-2022/HEAD/Confident_Learning-Based_Domain_Adaptation_for_Hyperspectral_Image_Classification.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/CLDA-2022/HEAD/README.md -------------------------------------------------------------------------------- /basenet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/CLDA-2022/HEAD/basenet.py -------------------------------------------------------------------------------- /classificationMap/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /datapre.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/CLDA-2022/HEAD/datapre.py -------------------------------------------------------------------------------- /datasets/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/CLDA-2022/HEAD/losses.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Li-ZK/CLDA-2022/HEAD/utils.py --------------------------------------------------------------------------------