ricardoborsoi / IDNet_release

Codes related to the paper "Learning Interpretable Deep Disentangled Neural Networks for Hyperspectral Unmixing", IEEE TCI, 2023.
6 stars 1 forks source link

A_init #1

Open SsiXia opened 9 months ago

SsiXia commented 9 months ago

How do I get ‘A_init’ in the data?Thanks.

SsiXia commented 9 months ago

The absence of this data does not seem to affect the results of the experiment. Right?

ricardoborsoi commented 9 months ago

Hello @juzisi , as far as I recall the "A_init" variable is contained in the .mat fiels but not used in the codes. (it consists of a least squares estimate of the abundances which might be used as initialization by some competing algorithms)

SsiXia commented 9 months ago

Hello @juzisi , as far as I recall the "A_init" variable is contained in the .mat fiels but not used in the codes. (it consists of a least squares estimate of the abundances which might be used as initialization by some competing algorithms)

Thanks, I found out later that I didn't use it.