Skip to content
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

BigEarthNet download links are broken #2171

Closed
burakekim opened this issue Jul 16, 2024 · 3 comments · Fixed by #2174
Closed

BigEarthNet download links are broken #2171

burakekim opened this issue Jul 16, 2024 · 3 comments · Fixed by #2174
Labels
datasets Geospatial or benchmark datasets

Comments

@burakekim
Copy link
Contributor

Description

The Sentinel-2 and Sentinel-1 download links appear to be broken.

Steps to reproduce

from torchgeo.datasets import BigEarthNet

dataset = BigEarthNet(root='data', split='train', bands='all', num_classes='19', transforms=None, download=True, checksum=True)

Version

0.6.0.dev0

@calebrob6
Copy link
Member

calebrob6 commented Jul 16, 2024 via email

@adamjstewart
Copy link
Collaborator

They just released BigEarthNet v2, right? Is v1 still available to download? Would be neat to add a new version parameter that lets you choose which version you want, although that's obviously more work.

@adamjstewart adamjstewart added the datasets Geospatial or benchmark datasets label Jul 16, 2024
@burakekim
Copy link
Contributor Author

burakekim commented Jul 17, 2024

I am on it!

It seems the new version not only offers a new geographical split but also introduces a new task, making the dataset suitable for both scene classification and segmentation tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasets Geospatial or benchmark datasets
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants