jiwoon-ahn / irn

Weakly Supervised Learning of Instance Segmentation with Inter-pixel Relations, CVPR 2019 (Oral)
MIT License
519 stars 100 forks source link

For comparison with AffinityNet implementation details in your paper #37

Open TyroneLi opened 3 years ago

TyroneLi commented 3 years ago

Hi, in your paper, you have such part: Comparison to AffinityNet: For a fair comparison, we modified AffinityNet [1] by replacing its backbone with ResNet50 as in our IRNet. Then we compare IRNet with the modified AffinityNet in terms of the accuracy of pseudo segmentation labels (Table 2) and performance of DeepLab [5] trained with these pseudo labels (Table 4).

Could you provide more implementation details for this part using this repro?? Looking forward to your reply~