-
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 SegNeXt in MMSegmentation 2.0 #2654
[Feature] Support SegNeXt in MMSegmentation 2.0 #2654
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2654 +/- ##
===========================================
+ Coverage 83.44% 83.71% +0.26%
===========================================
Files 154 156 +2
Lines 9075 9332 +257
Branches 1345 1367 +22
===========================================
+ Hits 7573 7812 +239
- Misses 1265 1276 +11
- Partials 237 244 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
93a5f55
to
80bac86
Compare
configs/segnext/segnext_mscan-t_1xb16-adamw-160k_ade20k-512x512.py
Outdated
Show resolved
Hide resolved
configs/segnext/segnext_mscan-t_1xb16-adamw-160k_ade20k-512x512.py
Outdated
Show resolved
Hide resolved
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.
Please solve the conflict.
configs/segnext/README.md
Outdated
|
||
```python | ||
def main(): | ||
from mmseg.apis import set_random_seed |
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.
set_random_seed
has been removed
* fix AttnProcessor2_0 Fix use of AttnProcessor2_0 for cross attention with mask * added scale_qk and out_bias flags * fixed for xformers * check if it has scale argument * Update cross_attention.py * check torch version * fix sliced attn * style * set scale * fix test * fixed addedKV processor * revert back AttnProcessor2_0 * if missing if * fix inner_dim --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Please help me to run SegNeXt in MMSegmentation 2.0 in colab... |
## Motivation Support SegNeXt in MMSeg 1.x branch. 0.x PR: open-mmlab#2600 --------- Co-authored-by: xiexinch <xiexinch@outlook.com>
Motivation
Support SegNeXt in MMSeg 1.x branch.
0.x PR: #2600
WIP: README.md needs to be refined...