Gaoyiminggithub / Graphonomy

Graphonomy: Universal Human Parsing via Graph Transfer Learning
MIT License
295 stars 68 forks source link

why actual performance is worse than deeplab v3+? #21

Closed plmsmile closed 4 years ago

plmsmile commented 4 years ago

I find some cases show its worse than deeplab v3+.

BadCase

raw image

image

graphonomy

the model is download from your release:CIHP pretrained model download link image

deeplab v3+

image

Potential reasons

I guess maybe i have downloaded a wrong model or something wrong, but i cannot figure it out. Thank you for your share and read this issue.

plmsmile commented 4 years ago

After i downloaded the universal model, the performance is quite good! Good work, thanks for share!

dragen1860 commented 4 years ago

@plmsmile hi, I wonder how to run the pure deeplabv3 experiment. Do you run pure deeplabv3 experient using the repo code? Could you give some tips on how to run? Thank you.