speedinghzl / DSRG

Weakly-Supervised Semantic Segmentation Network with Deep Seeded Region Growing (CVPR 2018).
MIT License
251 stars 36 forks source link

Localization cues #24

Open Ferenas opened 4 years ago

Ferenas commented 4 years ago

HI, I cannot successfully install your module DRFI so I use another code by (https://github.com/playerkk/drfi_matlab), and set the value < 0.06 as background seeds as what you write in the paper. However, I cannot reproduce the same results in your paper, the baseline (only with improved localization cues) in your paper is 52.5 mIou, but I only achieved 50.2% mIOU. btw, did the baseline you achieved not include the expand loss? what's the training hyperparamters in the Table 2? and Can you upload the localization cues with bg and fg please ? Thanks a lot

speedinghzl commented 4 years ago

The baseline does not include expand loss. The training hyperparameters are the same as DSRG (in this repo). The cues have been provided in this repo.

Ferenas commented 4 years ago

Thanks a lot for your reply!!!

TyroneLi commented 4 years ago

HI, I cannot successfully install your module DRFI so I use another code by (https://github.com/playerkk/drfi_matlab), and set the value < 0.06 as background seeds as what you write in the paper. However, I cannot reproduce the same results in your paper, the baseline (only with improved localization cues) in your paper is 52.5 mIou, but I only achieved 50.2% mIOU. btw, did the baseline you achieved not include the expand loss? what's the training hyperparamters in the Table 2? and Can you upload the localization cues with bg and fg please ? Thanks a lot

hI~could you share experiment details how to generate loc cue file as paper?I tried to reproduce, but my loc cue quality was so bad and cannot get a good segmentation performance. Hope your reply.