zilongzhong / SSRN

This is a tensorflow and keras based implementation of SSRNs in the IEEE T-GRS paper "Spectral-Spatial Residual Network for Hyperspectral Image Classification: A 3-D Deep Learning Framework".
Other
211 stars 74 forks source link

file format. #3

Closed BlcaKHat closed 6 years ago

BlcaKHat commented 6 years ago

I have .hdr hyperspectral file of Aviris-ng . how do i process that ?

zilongzhong commented 6 years ago

I have no idea about this format, and what you need to do is just load it in Python script and transform it into Numpy arrays.

BlcaKHat commented 6 years ago

It's ENVI format. I will try.