-
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
Adding SEN12MS training task #44
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.
Added tests, should be safe to merge now.
Hopefully it's obvious how to add tests for any new tasks you add (just add to the parametrize line). I had to modify my 2x2 test images to have the correct dimensions and band count in order for the tests to work.
I'll add a Spack package for segmentation-models-pytorch. We seem to be at the point where every new PR adds 1+ new dependencies, so we should be careful not to add too many deps.
Agreed, |
Adds training support for a basic task involving the SEN12MS dataset. Train/val/test splits happen geographically, labels are the simplified MODIS IGBP labels (the first channel of labels provided in SEN12MS) used in the DFC2020 challenge.
To dos: