-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[Feature] Support STDC Network (new) #995
Merged
Merged
Conversation
This file contains 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
xvjiarui
reviewed
Oct 27, 2021
xvjiarui
reviewed
Oct 27, 2021
xvjiarui
reviewed
Oct 27, 2021
xvjiarui
reviewed
Oct 28, 2021
xvjiarui
reviewed
Oct 28, 2021
xvjiarui
reviewed
Oct 28, 2021
xvjiarui
reviewed
Oct 28, 2021
xvjiarui
reviewed
Nov 1, 2021
Please merge the master branch into your branch, thank you. |
xvjiarui
reviewed
Dec 9, 2021
xvjiarui
reviewed
Dec 9, 2021
xvjiarui
reviewed
Dec 9, 2021
xvjiarui
reviewed
Dec 9, 2021
xvjiarui
reviewed
Dec 9, 2021
xvjiarui
reviewed
Dec 9, 2021
xvjiarui
reviewed
Dec 9, 2021
xvjiarui
reviewed
Dec 9, 2021
xvjiarui
approved these changes
Dec 9, 2021
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.
Just a few minor comments
Junjun2016
reviewed
Dec 10, 2021
Junjun2016
reviewed
Dec 10, 2021
Junjun2016
reviewed
Dec 10, 2021
Junjun2016
approved these changes
Dec 10, 2021
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
bowenroom
pushed a commit
to bowenroom/mmsegmentation
that referenced
this pull request
Feb 25, 2022
* refactor stdc code * update key * fix backbone inference * remove comments * fixing errors * fixing version conflict * fux typo * use STDCHead * upload models&logs * adding model converters script and fix unittest * fix error * fix error * fix error * delete redundant keys in config * fix errors in configs and unittest * fix errors in configs and unittest * fix errors in configs and unittest * change Memory name * refactor stdc2mmseg * change name to STDC * refactor stdc * refactor stdc * stdc refactor * stdc refactor * stdc refactor * stdc refactor * stdc refactor * stdc refactor * refactor stdc * stdc refactor Co-authored-by: xiexinch <xinchen.xie@qq.com>
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.
The old PR: #865
Motivation
Support a new real-time algorithm, Rethinking BiSeNet For Real-time Semantic Segmentation (CVPR 2021).
Modification
Update(2021-10-25):
The inference metrics of STDC1-Seg50(72.17) and STDC2-Seg50 (74.16) have been aligned.
STDC1-Seg50 (72.17)
STDC2-Seg50 (74.16)
Update (2021-12-08)
STDCContextPathNet
forward.stdc2mmseg.py