GuoleiSun / CountSeg

Official code for "Object counting and instance segmentation with image-level supervision", in CVPR 2019 and TPAMI 2020
162 stars 43 forks source link

how to compute object proposals? #9

Closed zjhdxh closed 4 years ago

zjhdxh commented 4 years ago

hi,@GuoleiSun,I am confused that How to prepare the "pre-computed object proposals". Hope to receive your reply!

GuoleiSun commented 4 years ago

Hi, in our paper, our use the pre-computed object proposals, following https://arxiv.org/abs/1804.00880

zjhdxh commented 4 years ago

"Weakly Supervised Instance Segmentation using Class Peak Response" this paper did not provide the pre-computed object proposals algorithm in their github, and the author also did not answer the issue https://github.com/ZhouYanzhao/PRM/issues/10. I see you cite Convolutional oriented boundaries and Multiscale combinatorial grouping for image segmentation and object proposal generation, so which one do you use?