zhangjinyangnwpu / HSI_Classification

Classification for hyperspectral imagery
122 stars 34 forks source link

what was 'info.mat' in main.py? #6

Closed zhshining closed 4 years ago

zhshining commented 5 years ago

hi, I don't see what was 'info.mat', can you tell me how to get it?

zhangjinyangnwpu commented 5 years ago

Info.mat save some configuration of the dataset, it can be generated in data_loader.py, when you define a object of dataset with the class in data_loader.py, when you use the dataset().readdata() function, it can be generated. Hope can help you. So the key point is you must use the right path and dataset of HSI in main function.