-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
add Rethinking BiSeNet (STDCSeg) to paddleseg #1305
Conversation
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.
修改提出的问题,待我这边本地验证可以之后进行合入
configs/stdcseg/README.md
Outdated
|
||
Refrence Code: | ||
- [Paper's PyTorch implementation](https://github.com/MichaelFan01/STDC-Seg) | ||
| Model |Resolution | Training Iters | mIOU | Links1 |Links2 |log| |
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.
表格删去link1,link2,直接在最后一列links加上 model|log|vdl 即可
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.
model 中包含训练好模型的下载链接,log为log下载链接,backbone可以不用加入到这部分
pretrained_backbone: 'pretrained/STDCNet1446_76.47.pdiparams' | ||
backbone: | ||
type: STDCNet1446 | ||
pretrained: '/home/path/STDCNet1446_76.47.pdiparams' |
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.
backbone不应当是本地索引,应当是一个网址
|
||
| Model | Backbone | Resolution | Training Iters | mIoU | mIoU (flip) | mIoU (ms+flip) | Links | | ||
|---|---|---|---|---|---|---|---| | ||
|STDC2-Seg50|STDC1446|1024x512|80000|74.62%|-|-|[backbone提取码:tss7](https://pan.baidu.com/s/16kh3aHTBBX6wfKiIG-y3yA) [model+log提取码:nchx](https://pan.baidu.com/s/1sFHqZWhcl8hFzGCrXu_c7Q) [vdl](https://www.paddlepaddle.org.cn/paddle/visualdl/service/app/index?id=30a6031fcc7cc09db93b4d33eb21724a) | |
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.
百度第四届论文复现大赛Rethinking BiSeNet CVPR2021 (STDCSeg) 方案。
已经集成到paddleseg。
configs/stdcseg/中包含样例yml以及项目简要说明。