isht7 / pytorch-deeplab-resnet

DeepLab resnet v2 model in pytorch
MIT License
602 stars 117 forks source link

performance #50

Open aoyanl opened 3 years ago

aoyanl commented 3 years ago

Why is the result on the val set more than three points different from that published by the author? If I want to use it in my WSSS job,will it have a big impact? Thanks!!

isht7 commented 3 years ago

What do you mean by WSSS job? I am not sure why there is the difference in performance, it is most possibly due several reasons including small changes in caffe compared to pytorch, and some implementation details not mentioned in the paper.

If performance is an issue for you, you can consider using deeplab v3+. This repository has an older version(deeplab v2).