AnkurDeria / HSI-Traditional-to-Deep-Models

Pytorch and Keras Implementations of Hyperspectral Image Classification -- Traditional to Deep Models: A Survey for Future Prospects.
157 stars 36 forks source link

Unable to load mat files #1

Open aalasuresh opened 2 years ago

aalasuresh commented 2 years ago

I kept all files in the same directory, even though I am getting the below error, kindly help me in this thank you.
[Errno 2] No such file or directory: './../Trento11x11/HSI_Tr.mat'

AnkurDeria commented 2 years ago

"./" = same directory as the jupyter notebook "./../" = parent directory of the jupyter notebook "./../Trento11x11/" = inside a folder named "Trento11x11" in the parent directory of the jupyter notebook

http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avg.com http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Thu, 7 Jul 2022 at 18:42, aalasuresh @.***> wrote:

I kept all files in the same directory, even though I am getting the below error, kindly help me in this thank you. [Errno 2] No such file or directory: './../Trento11x11/HSI_Tr.mat'

— Reply to this email directly, view it on GitHub https://github.com/AnkurDeria/HSI-Traditional-to-Deep-Models/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOL2ACOX7MDWEU7LC74DYUDVS3JVVANCNFSM525LUKLQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

aalasuresh commented 2 years ago

Thanks for your kind reply...

I tried all the ways, but now I am facing another issue as below.

Unknown mat file type, version 52, 57

kindly help me in this also, Thank you