[Feature] add SFSegNet head - #733
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 :)


Implementation of Semantic Flow for Fast and Accurate SceneParsing.
Modified from the official repository.
Done:
Todo:
Related re-implementation https://github.com/azxj/SFNet.