HybridSN
HybridSN copied to clipboard
A keras based implementation of Hybrid-Spectral-Net as in IEEE GRSL paper "HybridSN: Exploring 3D-2D CNN Feature Hierarchy for Hyperspectral Image Classification".
@gokriznastic Can we use this code for multispectral data i.e., data of 5 channels ?
Dataset is IP, the windowSize is set to 25, when i valiation this model, the error is reported . The error is lie in line 64:prediction = (model.predict(X_test_image))
crashing google colab
Could you share salinas code for image cubes function.I'm doing in colab it is crashing with that function