nshaud / DeepHyperX

Deep learning toolbox based on PyTorch for hyperspectral data classification.
Other
439 stars 122 forks source link

Salinas loading #17

Closed gxwangupc closed 3 years ago

gxwangupc commented 4 years ago

I have suffered from loading failure before I examine the name of the data. Now code runs after

img = open_file(folder + 'Salinas.mat')['Salinas_corrected']

img = open_file(folder + 'Salinas_corrected.mat')['salinas_corrected']

gt = open_file(folder + 'Salinas_gt.mat')['Salinas_gt']

gt = open_file(folder + 'Salinas_gt.mat')['salinas_gt']

GreatBruceYoung commented 3 years ago

Good suggestion! I have settled the issue!!! THANKS!