Adds EuroSAT to the list of supported datasets#5114
Adds EuroSAT to the list of supported datasets#5114NicolasHug merged 23 commits intopytorch:mainfrom
Conversation
💊 CI failures summary and remediationsAs of commit fad24b8 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
🚧 1 ongoing upstream failure:These were probably caused by upstream breakages that are not fixed yet.
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
pmeier
left a comment
There was a problem hiding this comment.
Looking good. A small nits inline. Other than that, I propose we use at least a somewhat standardized naming scheme for the folders. I would use base_folder as the root folder plus the dataset name and data_folder as the folder that gets extracted from the archive. For an example, have a look at #5115.
|
@frgfm the test failures are related. Could you have a look? |
Oops, I overlooked that one. This should be fixed now 👍 |
Summary: * feat: Added EuroSAT dataset * test: Added unittest * docs: Improved comments * docs: Updated the documentation * docs: Removed unnecessary comments * fix: Fixed class implementation * test: Fixed unittest * fix: Fixed magic method len * test: Fixed unittest * refactor: Refactored EuroSAT * refactor: Applied modifications * Apply suggestions from code review * refactor: Applied request changes * refactor: Made var explicit * fix: Fixed attribute initialization order * refactor: Removed name mapping Reviewed By: datumbox, NicolasHug Differential Revision: D33655260 fbshipit-source-id: 0986a3914c8ad89d3fc54792e53e64f420331746 Co-authored-by: Philip Meier <github.pmeier@posteo.de>
Following up on #5108, this PR introduces the following modifications:
Any feedback is welcome!
cc @pmeier