AnkurDeria / HSI-Traditional-to-Deep-Models

Pytorch and Keras Implementations of Hyperspectral Image Classification -- Traditional to Deep Models: A Survey for Future Prospects.
157 stars 36 forks source link

Mat data format? #3

Open yuhaiyang458722328 opened 2 years ago

yuhaiyang458722328 commented 2 years ago

Hello, Ankur, I want to use the new data to test your model, but I find that the format of mat data is complex, the shape length is 4, and the common hyperspectral data is generally 3-dimensional. Can you send the code to generate mat format experimental data? Thank you!