danfenghong / IEEE_TPAMI_SpectralGPT

Hong, D., Zhang, B., Li, X., Li, Y., Li, C., Yao, J., Yokoya, N., Li, H., Ghamisi, P., Jia, X., Plaza, A. and Gamba, P., Benediktsson, J., Chanussot, J. (2024). SpectralGPT: Spectral remote sensing foundation model. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024. DOI:10.1109/TPAMI.2024.3362475.
161 stars 17 forks source link

Document dataset location requirement #9

Open robmarkcole opened 4 months ago

robmarkcole commented 4 months ago

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)