awesome-semantic-segmentation-pytorch icon indicating copy to clipboard operation
awesome-semantic-segmentation-pytorch copied to clipboard

About DFAnet

Open Aktcob opened this issue 5 years ago • 11 comments

Did u test the inference speed of DFAnet? The result of my test by mxnet is over 40ms for one image(size:1024*1024), which is far away from the speed reported in the paper. And it's really hard to train DFAnet. The best mIOU I got is close to 50% on Cityscape....

Aktcob avatar Jun 20 '19 02:06 Aktcob

Did u get original paper's result?

yellowYuga avatar Jun 27 '19 08:06 yellowYuga

update; 53.8% mIoU....still far away...

Aktcob avatar Jun 27 '19 08:06 Aktcob

Is dataset same in paper?

82018303kazuma avatar Jun 27 '19 11:06 82018303kazuma

I guess it is because that the paper result is pre-trained on ImageNet?

Wangzhuoying0716 avatar Jul 02 '19 05:07 Wangzhuoying0716

The first question is why it's so fast. I built the model with 40ms inference time, with regard to 10ms which is mentioned in the original paper.

Aktcob avatar Jul 04 '19 06:07 Aktcob

I tested it with 2 1080ti.The result is nearly 50ms per frame.I use cudnn and pytorch.It seems a big margin between our model and original paper's model.

yellowYuga avatar Jul 04 '19 07:07 yellowYuga

the poor implement of depthwise conv in pytorch lead to the much slower inference speed. @yellowYuga @Aktcob . But I don't know why the result is still poor.

LightToYang avatar Jul 12 '19 01:07 LightToYang

of depthwise conv in pytorch lead to the much slower inference

MXNET is the same, actually~~~

Aktcob avatar Jul 12 '19 05:07 Aktcob

where can I get the pre-trained model?

Did u test the inference speed of DFAnet? The result of my test by mxnet is over 40ms for one image(size:1024*1024), which is far away from the speed reported in the paper. And it's really hard to train DFAnet. The best mIOU I got is close to 50% on Cityscape....

where can I get the pre-trained model? please

electronicYH avatar Aug 22 '19 08:08 electronicYH

Did u test the inference speed of DFAnet? The result of my test by mxnet is over 40ms for one image(size:1024*1024), which is far away from the speed reported in the paper. And it's really hard to train DFAnet. The best mIOU I got is close to 50% on Cityscape....

hi, @Aktcob, did you resize the cityscapes image into 10241024 or divide one 10242048 into two 1024*1024?

Serge-weihao avatar Aug 27 '19 23:08 Serge-weihao

update; 53.8% mIoU....still far away...

Hi! May I ask what is the latest result of the miou of DFANet?

tensorflowt avatar Feb 02 '20 11:02 tensorflowt