michaeltrs / DeepSatModels

Deep learning models for remote sensing applications
Apache License 2.0
151 stars 27 forks source link

failed, network error in downloading PASTIS24 data #2

Closed June01 closed 1 year ago

June01 commented 1 year ago

Hi, thanks for your hard work on this project.

When I try to download the PASTIS24 from google drive, I kept facing the network error in the middle of downloading. This issue applies to other browsers, accounts, computers as well from what I can try. So I am wondering would you please try to upload it again or maybe share a google drive folder so that in worst case I could still download one by one? Any quick response is very much appreciated.

michaeltrs commented 1 year ago

Hi @June01, thanks for pointing this out. I have uploaded the PASTIS24 in parts, I hope this helps with download issues. After downloading you can combine all files together and unzip.

zip -F PASTIS24_25part.zip --out PASTIS24.zip
unzip PASTIS24.zip -d .
BastianChen commented 1 year ago

Hi @June01, thanks for pointing this out. I have uploaded the PASTIS24 in parts, I hope this helps with download issues. After downloading you can combine all files together and unzip.

zip -F PASTIS24_25part.zip --out PASTIS24.zip
unzip PASTIS24.zip -d .

Hi, I am very interested in this project. According to this link, I successfully downloaded the dataset, but there is only pickle24x24 in the dataset. I can't find fold-paths. So when I run this project,will occur FileNotFoundError. Could you help me solve this problem?Thanks.

michaeltrs commented 1 year ago

Hi @June01, thanks for pointing this out. I have uploaded the PASTIS24 in parts, I hope this helps with download issues. After downloading you can combine all files together and unzip.

zip -F PASTIS24_25part.zip --out PASTIS24.zip
unzip PASTIS24.zip -d .

Hi, I am very interested in this project. According to this link, I successfully downloaded the dataset, but there is only pickle24x24 in the dataset. I can't find fold-paths. So when I run this project,will occur FileNotFoundError. Could you help me solve this problem?Thanks.

@CChBen are you still having trouble getting the fold-paths? I just downloaded the data and everything seems to be there

BastianChen commented 1 year ago

Hi @June01, thanks for pointing this out. I have uploaded the PASTIS24 in parts, I hope this helps with download issues. After downloading you can combine all files together and unzip.

zip -F PASTIS24_25part.zip --out PASTIS24.zip
unzip PASTIS24.zip -d .

Hi, I am very interested in this project. According to this link, I successfully downloaded the dataset, but there is only pickle24x24 in the dataset. I can't find fold-paths. So when I run this project,will occur FileNotFoundError. Could you help me solve this problem?Thanks.

@CChBen are you still having trouble getting the fold-paths? I just downloaded the data and everything seems to be there

Hi @michaeltrs, I believe that the files in the fold-paths directory are used to store the paths of files in Pickle24x24. Therefore, I wrote a code to generate these files myself.

michaeltrs commented 1 year ago

@CChBen that is correct. You will need the same folds if you want to compare your results with our paper or Garnot 2021 (same paths). Let me investigate what is the issue with the data, in the meantime I have uploaded the folds as a separate file to download.