jiwoon-ahn / irn

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

path index #3

Closed GrassBro closed 5 years ago

GrassBro commented 5 years ago

Hi, Jiwoon Ahn,

I wonder to know what is the path index in the code? which part in the paper could I refer to it?

Additionally, when will the training detail be released? Looking forward to following your work.

Thanks.

jiwoon-ahn commented 5 years ago

Hi, @TinyGrass

PathIndex gathers all indices of pixels lying on the straight line between a pair of two coordinates. From these coordinates, we encourage or penalize boundary scores. (Please refer to Sec.4.2 and Eq.7.) Sorry for missing the deadline I set. I've assigned to other things to do. I'll update the repository no later than the end of this week. :(

GrassBro commented 5 years ago

Hi, @TinyGrass

PathIndex gathers all indices of pixels lying on the straight line between a pair of two coordinates. From these coordinates, we encourage or penalize boundary scores. (Please refer to Sec.4.2 and Eq.7.) Sorry for missing the deadline I set. I've assigned to other things to do. I'll update the repository no later than the end of this week. :(

Thank you for your consideration. Best.