-
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] add SFSegNet head #733
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #733 +/- ##
==========================================
+ Coverage 85.28% 85.54% +0.25%
==========================================
Files 107 108 +1
Lines 5817 5906 +89
Branches 952 957 +5
==========================================
+ Hits 4961 5052 +91
Misses 673 673
+ Partials 183 181 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @MengzhangLI |
Hi @MengzhangLI |
Re-implementing SFNet ResNet50 of PaddleSeg. Note: |
Re-implementing SFNet ResNet18 of PaddleSeg. Note: there are some potential risks for paddleseg users: The reason of OS = 32 is when building backbone models, paddleseg would skip dilation rate from here when Thus, stride of SFNet of Paddleseg are (2) When using ResNetv1d with 18 layers, paddleseg would add a Anyway, inference metric is DONE. |
Related SFNet model: https://github.com/azxj/SFNet |
Hi I just runned sfnet_r18-d32_512x1024_80k_cityscapes.py and only get mIoU of 73.92. I am wondering the cause. Did you change the config?
|
* up * uP * uP * make style * Apply suggestions from code review * up * finish
Replace message with empty backquotes. This was part of open-mmlab#733, I was too slow to review :)
* base cn data preparation * half sthv1 * sth * move * ucf101_24 * jhmdb hald-anet * another hald-anet * fix * polish * polish * polish * polish * polish * polish
Implementation of Semantic Flow for Fast and Accurate SceneParsing.
Modified from the official repository.
Done:
Todo:
Related re-implementation https://github.com/azxj/SFNet.