-
Notifications
You must be signed in to change notification settings - Fork 405
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 BigEarthNet Version2 #2531
Add BigEarthNet Version2 #2531
Conversation
@ando-shah in case you wanna have a look, since you have experience with the dataset already and find anything. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this is done I would love to squash this on top of #2371 so that @ando-shah gets some credit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, can probably merge if you're in a rush.
self, | ||
root: Path = 'data', | ||
split: str = 'train', | ||
bands: str = 'all', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
People have complained that some datasets have (B1, B2, etc.) and others have s1, s2, etc. I know you're just matching the existing dataset, but should we change both to the former?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy if you're happy.
Superseeds #2371 after talking to Ando.
After taking a look, the new version comes with a
metadata.parquet
file, which makes data handling quiet a bit more straightforward. With aversion=2
argument, I felt like there would be many nested if statements and therefore, cleaner to do it this way. If there was a similarmetadata.parquet
file for V1, then this could be made more condensed.