Skip to content
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

Merged
merged 15 commits into from
Sep 13, 2021
Merged

add Rethinking BiSeNet (STDCSeg) to paddleseg #1305

merged 15 commits into from
Sep 13, 2021

Conversation

CuberrChen
Copy link
Contributor

百度第四届论文复现大赛Rethinking BiSeNet CVPR2021 (STDCSeg) 方案。
已经集成到paddleseg。
configs/stdcseg/中包含样例yml以及项目简要说明。

Copy link
Collaborator

@shiyutang shiyutang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修改提出的问题,待我这边本地验证可以之后进行合入


Refrence Code:
- [Paper's PyTorch implementation](https://github.com/MichaelFan01/STDC-Seg)
| Model |Resolution | Training Iters | mIOU | Links1 |Links2 |log|
Copy link
Collaborator

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 即可

Copy link
Collaborator

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'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

backbone不应当是本地索引,应当是一个网址

configs/stdcseg/stdc2_seg_cityscapes_1024x512_80k.yml Outdated Show resolved Hide resolved
paddleseg/models/backbones/stdcnet.py Outdated Show resolved Hide resolved
paddleseg/models/stdcseg.py Outdated Show resolved Hide resolved
@CuberrChen CuberrChen closed this Sep 9, 2021
@CuberrChen CuberrChen reopened this Sep 9, 2021
michaelowenliu
michaelowenliu previously approved these changes Sep 10, 2021
configs/stdcseg/README.md Show resolved Hide resolved

| 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) |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

paddleseg/models/backbones/stdcnet.py Outdated Show resolved Hide resolved
paddleseg/models/stdcseg.py Show resolved Hide resolved
@michaelowenliu michaelowenliu merged commit 08a857c into PaddlePaddle:develop Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants