Eurosat - data expected in data/tif. It would be preferable to pass in this location, and then the dataset could be simply downloaded with torchgeo and the location referenced. This is achieved with:
from torchgeo.datasets import OSCD
train_ds = OSCD(download=True, checksum=False)
Eurosat - data expected in
data/tif
. It would be preferable to pass in this location, and then the dataset could be simply downloaded with torchgeo and the location referenced. This is achieved with: