zhaomin0101 / 3DCNN-HU

Implementation of paper "Hyperspectral Unmixing for Additive Nonlinear Models With a 3-D-CNN Autoencoder Network" (T-GRS 2022)
https://ieeexplore.ieee.org/document/9503107
MIT License
12 stars 1 forks source link

Datashape problem #4

Open Silvaraj opened 11 months ago

Silvaraj commented 11 months ago

Hi Zhamoin. Your work is so interesting, you did a great job. I am trying to implement your work, but i am facing small problem. why you changed intput data into

hsi.shape Out[638]: (9025, 9, 156)

how 9 columns are needed. Please help me with this.

I really appreciate any help you can provide.

A.Suresh.

zhaomin0101 commented 10 months ago

The spatial size of the input is 3x3, so the output size is 9 (corresponding to the spatial size).