Deeachain / Segmentation-Pytorch

Semantic Segmentation in Pytorch. Network include: FCN、FCN_ResNet、SegNet、UNet、BiSeNet、BiSeNetV2、PSPNet、DeepLabv3_plus、 HRNet、DDRNet
463 stars 69 forks source link

请问有测试每个模型在citycaps 上的性能吗 #4

Closed xiexu666 closed 3 years ago

xiexu666 commented 3 years ago

有没有具体指标可以参考下

Deeachain commented 3 years ago

时间有限,没有对每个模型进行实验(后期会更新)。Readme中展示的DDRNet,基本能够复现论文指标。DDRNet引用:Hong Y, Pan H, Sun W, et al. Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes[J]. arXiv preprint arXiv:2101.06085, 2021.

xiexu666 commented 3 years ago

时间有限,没有对每个模型进行实验(后期会更新)。Readme中展示的DDRNet,基本能够复现论文指标。DDRNet引用:Hong Y, Pan H, Sun W, et al. Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes[J]. arXiv preprint arXiv:2101.06085, 2021.

好的感谢回复