├── 1dgan_test.py ├── 1dgan_train.py ├── 3DGAN_Project.ipynb ├── 3dgan_test.py ├── 3dgan_train.py ├── GAN_Mini_Project.ipynb ├── README.md ├── dataset ├── ds.npy └── gt.npy └── models ├── best_3dGAN.h5 └── model_0698.h5 /1dgan_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/1dgan_test.py -------------------------------------------------------------------------------- /1dgan_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/1dgan_train.py -------------------------------------------------------------------------------- /3DGAN_Project.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/3DGAN_Project.ipynb -------------------------------------------------------------------------------- /3dgan_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/3dgan_test.py -------------------------------------------------------------------------------- /3dgan_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/3dgan_train.py -------------------------------------------------------------------------------- /GAN_Mini_Project.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/GAN_Mini_Project.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/README.md -------------------------------------------------------------------------------- /dataset/ds.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/dataset/ds.npy -------------------------------------------------------------------------------- /dataset/gt.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/dataset/gt.npy -------------------------------------------------------------------------------- /models/best_3dGAN.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/models/best_3dGAN.h5 -------------------------------------------------------------------------------- /models/model_0698.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaikanthjay46/HSI-Classification-GAN/HEAD/models/model_0698.h5 --------------------------------------------------------------------------------