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

plotting method Cyclone dataset #298

Merged
merged 2 commits into from
Dec 18, 2021
Merged

Conversation

nilsleh
Copy link
Collaborator

@nilsleh nilsleh commented Dec 17, 2021

Adding plotting method for Cyclone dataset.
cyclone

@adamjstewart
Copy link
Collaborator

I think we also want to add the ground truth label to the plot title, right? I believe we do that for other classification/regression datasets where plotting has been added.

@adamjstewart adamjstewart added the datasets Geospatial or benchmark datasets label Dec 17, 2021
@nilsleh
Copy link
Collaborator Author

nilsleh commented Dec 17, 2021

In eurosat.py for example, there is a boolean show_titles, which controls whether or not to show the label/prediction. Should I do it like that?

@adamjstewart
Copy link
Collaborator

Yep, I think that's what we want to do here.

@nilsleh
Copy link
Collaborator Author

nilsleh commented Dec 17, 2021

In #288, it was mentioned that in case of predictions, the sample contains "predictions" as a key, however, in eurosat.py, the key in the sample is "prediction" without s. which of the two should it be?

@adamjstewart
Copy link
Collaborator

I think "prediction" is correct, none of our other keys (image, mask, label) are plural.

@calebrob6 calebrob6 merged commit 9a33a99 into microsoft:main Dec 18, 2021
@adamjstewart adamjstewart added this to the 0.2.0 milestone Dec 19, 2021
@adamjstewart adamjstewart mentioned this pull request Dec 21, 2021
19 tasks
@adamjstewart adamjstewart added utilities Utilities for working with geospatial data and removed utilities Utilities for working with geospatial data labels Jan 2, 2022
@nilsleh nilsleh deleted the plotCyclone branch February 16, 2022 13:21
yichiac pushed a commit to yichiac/torchgeo that referenced this pull request Apr 29, 2023
* plotting method Cyclone dataset

* adding label and prediction
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 this pull request may close these issues.

None yet

3 participants