zhanghang1989 / PyTorch-Encoding

A CV toolkit for my papers.
https://hangzhang.org/PyTorch-Encoding/
MIT License
2.04k stars 450 forks source link

deeplabv3 #365

Open xLuge opened 3 years ago

xLuge commented 3 years ago

hi,how about the performance on pascal voc12 about deeplabv3

zhanghang1989 commented 3 years ago

You may refer to the original paper. FYI, gluoncv has the benchmark results. The performance should be similar to this repo https://cv.gluon.ai/model_zoo/segmentation.html#pascal-voc-dataset

xLuge commented 3 years ago

You may refer to the original paper. FYI, gluoncv has the benchmark results. The performance should be similar to this repo https://cv.gluon.ai/model_zoo/segmentation.html#pascal-voc-dataset

thanks! In addition, I submitted the results of the val set and the test set to the official website for testing, but the two results differ by four points. How can I reduce this gap.