-
Notifications
You must be signed in to change notification settings - Fork 391
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 InriaAerialImageLabeling dataset #355
Conversation
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.
LGTM. Just a few suggested changes.
Thanks for adding this btw. I was planning on implementing it myself for a project but you beat me to it. |
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.
Your data.py
file is quite different than the other ones in our repo. I'm not opposed to generating testing data on-the-fly so that we have fewer files in our repo, but I think it's something we should decide globally and not just for a single dataset.
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.
Couple minor changes and this is ready to go for me.
* Add InriaBuildings dataset * Add tests and test data * Nit * Add type-hints * Image always 3 channel * Increase coverage * Update docstring * Add more tests * Remove np.typing * Fix test lbl range * Fixes * Fix title underline * Forgot to add this file * Fixes2 * Fixes3 * Move download sentence * toto
data.py
to generate test dataNote: Images and masks are of size: 5000 x 5000
Plots
![inria_bldgs](https://user-images.githubusercontent.com/32295036/148565989-71384c8f-391f-4b64-9cef-8aeeca606c70.png)