microsoft / torchgeo

TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data
https://www.osgeo.org/projects/torchgeo/
MIT License
2.32k stars 298 forks source link

South Africa Crop Type: fix dataset length #2088

Closed adamjstewart closed 1 month ago

adamjstewart commented 1 month ago

Because SouthAfricaCropType was missing a filename glob, all bands were being picked up, and the total dataset length was 12 times longer than necessary. This meant that 1 epoch was actually 12 epochs.