Closed sentinel3 closed 2 years ago
Sure, that error seems to indicate that there's something wrong with the zip file which store the OLCI model you're trying to use. Can you tell me what the contents of the MDN/Weights/OLCI/ folder is? There should be two zip files in it - can you tell me the MD5 hashes of those two zips?
Also, you shouldn't need to use the '-m' flag when running test.py, assuming your folder structure looks like:
Project_folder/
test.py
MDN/
...
In other words, test.py should be on the same directory level as the MDN folder, rather than inside of it. Then you can just run 'python test.py'.
Thank you for the response. problem solved, the pre-trained neural network models in all Weights
subfolders are failed to download using git clone ...
, but need to be manually downloaded and updated.
Thank you for the comments on file structure, previously has the relative path import issue, later figured out.
Best,
Chui
Hi Brandon, great tool and excited to see this work accompanying the recent RSE publication to public! I tried to setup this code on my local Linux machine (cloud, Ubuntu20.04 VM), but have some issue with setup. I used conda to create an environment: requirements_cz.txt
when use the simple example with random data you provided in the introduction page, I run my test script:
python3 -m test.py
and recieved the following error:any clue?
Chui Zeng
my
test.py
content as below: