allenai / satlas-super-resolution

Apache License 2.0
190 stars 24 forks source link

PROBA-V dataset question #21

Closed yunseok624 closed 4 months ago

yunseok624 commented 4 months ago

Hi,

My Proba-V dataset looks like the following:

And the yml file: image

When I run the script I get such problem: image

piperwolters commented 4 months ago

First, are you using the probav_dataset.py file on the experiments branch? The experiments branch is a work in progress, that is why some of these files are not pushed to main.

In that file, I partially hardcoded the paths to train and val data. See the code here. Let me know if that fixes this error, and if you find more. The PROBAV code is the least cleaned up of all the datasets.

yunseok624 commented 4 months ago

Hi, forgot to close the issue. I modified the code and successfully trained the model. Thanks,

piperwolters commented 4 months ago

Awesome, glad to hear it.