HybridSN icon indicating copy to clipboard operation
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".

Results 4 HybridSN issues
Sort by recently updated
recently updated
newest added

@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))

Could you share salinas code for image cubes function.I'm doing in colab it is crashing with that function