[Feature] Support ISPRS Potsdam Dataset.#1097
Merged
MeowZheng merged 26 commits intoopen-mmlab:masterfrom Jan 18, 2022
Merged
Conversation
Contributor
|
Hi, @Junjue-Wang Thanks for your nice work. We would review this pr ASAP. Best, |
Codecov Report
@@ Coverage Diff @@
## master #1097 +/- ##
==========================================
+ Coverage 90.10% 90.13% +0.02%
==========================================
Files 126 127 +1
Lines 7430 7447 +17
Branches 1239 1240 +1
==========================================
+ Hits 6695 6712 +17
Misses 530 530
Partials 205 205
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Collaborator
|
Hi @Junjue-Wang |
Junjun2016
reviewed
Dec 1, 2021
Junjun2016
reviewed
Dec 1, 2021
Junjun2016
reviewed
Dec 1, 2021
Junjun2016
reviewed
Dec 1, 2021
Contributor
Author
|
@MengzhangLI I have already added the vaihingen api |
Contributor
|
Copy that. I would review & test your code in the next few days. Thank you. |
Junjun2016
reviewed
Dec 5, 2021
Junjun2016
reviewed
Dec 5, 2021
Junjun2016
reviewed
Dec 5, 2021
Junjun2016
reviewed
Dec 5, 2021
Junjun2016
reviewed
Dec 5, 2021
MeowZheng
reviewed
Dec 29, 2021
MeowZheng
reviewed
Dec 29, 2021
MeowZheng
reviewed
Dec 29, 2021
MeowZheng
reviewed
Dec 29, 2021
MeowZheng
reviewed
Dec 29, 2021
MeowZheng
reviewed
Jan 7, 2022
MeowZheng
reviewed
Jan 7, 2022
MeowZheng
reviewed
Jan 7, 2022
MeowZheng
reviewed
Jan 7, 2022
Junjun2016
approved these changes
Jan 12, 2022
MengzhangLI
approved these changes
Jan 12, 2022
MeowZheng
reviewed
Jan 17, 2022
MeowZheng
reviewed
Jan 17, 2022
Junjun2016
approved these changes
Jan 18, 2022
bowenroom
pushed a commit
to bowenroom/mmsegmentation
that referenced
this pull request
Feb 25, 2022
* add isprs potsdam dataset * add isprs dataset configs * fix lint error * fix potsdam conversion bug * fix error in potsdam class * fix error in potsdam class * add vaihingen dataset * add vaihingen dataset * add vaihingen dataset * fix some description errors. * fix some description errors. * fix some description errors. * upload models & logs of Potsdam * remove vaihingen and add unit test * add chinese readme * add pseudodataset * use mmcv and add class_names * use f-string * add new dataset unittest * add docstring and remove global variables args * fix metafile error in PSPNet * fix pretrained value * Add dataset info * fix typo Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Enhance the dataset diversity for MMSegmentation in Remote Sensing.
Modification
Please briefly describe what modification is made in this PR.
BC-breaking (Optional)
Does the modification introduce changes that break the backward-compatibility of the downstream repos?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist