-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add datasets + samplers tutorial #2455
base: main
Are you sure you want to change the base?
Conversation
Can you remove the changes to pretrained/transforms from this PR? |
1974bf2
to
25c404f
Compare
done! |
This tutorial doesn't really add anything that isn't already covered in the Introduction to TorchGeo tutorial. I would like to go much deeper, including the structure of GeoDataset R-trees, the class hierarchy (including RasterDataset and VectorDataset), how to use Raster/VectorDataset for generic uncurated data, the different splitters available, sampler ROIs, etc. Also, the tests aren't passing. We can only use toy datasets in our tutorials due to time/space constraints. |
I agree with the deeper tutorial, but there is no time to do that for the AGU tutorial now. I fixed the ruff but the dataset (download issue) would be fixed later... |
Well, it can't be merged without passing tests. Also, it doesn't contain any new content that isn't shown in the introduction. |
Adding a new tutorial for datasets and samplers according to #2418.
Weird points here (to be fixed later):