Split Dataset in RandomWindowGeoDataset and SlidingWindowGeoDataset #2016
Unanswered
lcoandrade
asked this question in
Q&A
Replies: 1 comment
-
You could manually split the files into separate train, val, and test splits. You could do that by moving them to separate directories and then running your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would be the best approach to generate a dataset considering that I have 2 folders in my dataset (gt and images). I would like to create the dataset with 60% of it as a RandomWindowGeoDataset to train and 20% as SlidingWindowGeoDataset to validate and test.
So far, considering that I'm running my code on Kaggle (meaning that I haven't set GDAL explicitly), my code is like this:
Beta Was this translation helpful? Give feedback.
All reactions