-
Notifications
You must be signed in to change notification settings - Fork 384
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
Datasets/cv4a kenya crop type competition #22
Conversation
We'll need to add |
The line length issue was because there was an URL in a comment block that was > 88 characters. I removed it because it was unnecessary, but how do you generally deal with this? Is there an easy way to auto format comments that are > 88 chars?
Added to the
I saw that this was what
This sounds great. Should we put them in a temporary place for now, then |
Usually flake8 is smart enough to ignore URLs. If you put the URL on a line by itself that usually works.
Yeah, throw them in a |
Okay should be good to go now! I'll leave this to you to review and we can talk about the train/test splits whenever. |
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.
Completed a first round of review. Overall, looks great. There's a lot of design decisions here we can argue about in the future, but for now I would rather merge this as is and iterate on those later. Left a few comments/questions. I'll also push a couple of commits to fix minor missing things I noticed. I can also address most of the things I commented on if you don't mind.
Yeah I don't mind at all -- thanks for the detailed comments! I wanted to do this exercise as early as possible so that I can understand the way you are thinking about the details. I'll incorporate the above comments into the next one I do. |
Draft of the CV4A Kenya Crop Type Dataset.
Some things to check:
get_splits()
that returns the list offield_ids
in each split, but it isn't immediately obvious to me how someone would use this. Maybe we should discuss this in detail.chip_size
andstride
values. Should we include notebooks like this in the repo, if not, what is the best way to give code examples that include visuals? E.g. the following image is when chip_size=stride=256