-
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 SpaceNet3 #480
Add SpaceNet3 #480
Conversation
ashnair1
commented
Mar 24, 2022
- Added SpaceNet3
- Refactored SpaceNet5 to inherit from SpaceNet3
- Added tests and test data for SpaceNet3
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.
Most of these requests are optional, but here are things I've seen that could be changed or are starting to diverge from what we do in other datasets.
Docs are failing due to to the new |
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'll give others a few days to review before merging. Looking forward to SpaceNet6!
I believe the jinja bug is fixed, closing and reopening to restart the tests. |
Ah, jinja2 was fixed, but not nbconvert |
root, image, collections, transforms, download, api_key, checksum | ||
) | ||
|
||
def _load_mask( |
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.
Is it worth doing all the rasterization up front in the download/setup?
Looks good to me! @ashnair1, I'm curious whether you have used these datasets for training models? |
@calebrob6 I have created models using |
Pull request was closed
* Add SpaceNet3 * Fixes * Replace itertools.product with zip * Update docstring * Remove unused options
* Add SpaceNet3 * Fixes * Replace itertools.product with zip * Update docstring * Remove unused options