XiaLiPKU / EMANet

The code for Expectation-Maximization Attention Networks for Semantic Segmentation (ICCV'2019 Oral)
https://xialipku.github.io/publication/expectation-maximization-attention-networks-for-semantic-segmentation/
GNU General Public License v3.0
680 stars 130 forks source link

分割结果边缘呈锯齿状 #10

Closed whuhit closed 4 years ago

whuhit commented 5 years ago

在使用EMANet跑VOC数据集和自己的数据集,最后的分割边缘都有明显的锯齿状,请问你们的结果也是这样的吗?

initbin commented 5 years ago

请问训练时,latest.pth是在哪里获得吗?谢谢。我训练时 error: ERROR - No checkpoint ./models/latest.pth!

whuhit commented 5 years ago

请问训练时,latest.pth是在哪里获得吗?谢谢。我训练时 error: ERROR - No checkpoint ./models/latest.pth!

这个不用管,代码没错的话,接下来就开始模型训练了。这个文件会生成的

wwq66 commented 5 years ago

想问下你最终测试时mIoU能达到多少?我在自己的数据集上训练后mIoU只有不到0.4

initbin commented 5 years ago

请问训练时,latest.pth是在哪里获得吗?谢谢。我训练时 error: ERROR - No checkpoint ./models/latest.pth!

这个不用管,代码没错的话,接下来就开始模型训练了。这个文件会生成的

谢谢,我的是单个GPU, 代码有点问题。

whuhit commented 5 years ago

想问下你最终测试时mIoU能达到多少?我在自己的数据集上训练后mIoU只有不到0.4

最终结果没有测试,不过应该挺高的,肯定不止0.4。

XiaLiPKU commented 5 years ago

请问训练时,latest.pth是在哪里获得吗?谢谢。我训练时 error: ERROR - No checkpoint ./models/latest.pth!

这个不用管,代码没错的话,接下来就开始模型训练了。这个文件会生成的

谢谢,我的是单个GPU, 代码有点问题。

Of course, single GPU cannot reproduce it. The batch size is very important!