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? #10

Open zjhdxh opened 4 years ago

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 ZhouYanzhao/PRM#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?