-
Notifications
You must be signed in to change notification settings - Fork 379
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 plot functions to datasets #251
Conversation
@adamjstewart sphinx is failing in the EuroSAT plot function docstring because it can't find the (also, this will be a rare case where I want to do some preliminary refactoring before having all the initial code out there -- don't worry that the RESISC45 and EuroSAT plot methods are identical!) |
I'm actually fine with having similar/same plot methods across datasets. I initially made a single |
I think you just need to tell it where |
Awesome, thanks! |
I'm seeing the following warning when running the tests:
I think the So2Sat fake data needs to be updated so that it isn't all zeros and instead contains a range or random numbers. |
* Adding plot function for EuroSAT * Added LandCover.ai plot * Cleaning up * Added method for percentile normalization * Adding RESISC45 plot * Adding versionadded tags and fixing docs * So2Sat should return tensor labels * Added So2Sat plot * Added UCMerced plot * Changed percentile normalization to calculate values overall and not by band * Added SeCo plot * Fixed So2Sat doc * Adding version to xview2 * Testing percentile_normalization * Style in test_utils * version de-added
Working on adding/fixing plot functions for the datasets that don't have them.
Currently on my list