KuangJuiHsu / DeepCO3

[CVPR19] DeepCO3: Deep Instance Co-segmentation by Co-peak Search and Co-saliency (Oral paper)
137 stars 15 forks source link

about mcg #3

Closed GrassBro closed 5 years ago

GrassBro commented 5 years ago

Hi, @KuangJuiHsu ,

You compare your method with C2SNet, a saliency detection method, I, therefore, tried to reimplement the instance segmentation result based on the contour map(from C2SNet) and the MCG method. However, I met the problem that the contour map generated by C2SNet is different from the contour map of UCMs, which finally leads the MCG cannot generate segment proposals.

Could you give me any suggestions about your implementation detail?

Thanks in advance. Xin

KuangJuiHsu commented 5 years ago

Hi, could you specify your problem in detail?

I just replac the contour maps of MCG with C2SNet to generate the proposal. You can trace the code of MCG.

I have the impression that it is straightforward to do it.

If you can't still solve problem, I can give this code but you may need to wait.

GrassBro commented 5 years ago

Hi, could you specify your problem in detail?

I just replac the contour maps of MCG with C2SNet to generate the proposal. You can trace the code of MCG.

I have the impression that it is straightforward to do it.

If you can't still solve problem, I can give this code but you may need to wait.

I also tried to change the contour map directly. However, the contour map generated by C2SNet is relative thick than the original contour map from MCG, which makes the computation of segment proposals go in an endless loop.

It is great if you can share the code to me. My email address is xtian@mail.dlut.edu.cn

Thanks.

GrassBro commented 5 years ago

hi, @KuangJuiHsu ,

Sorry for bothering you again. I would like to know when would be convenient for you to share the code to me.

KuangJuiHsu commented 5 years ago

Hi, I am sorry because I am busy now.

I can share the code before the end of Sep.

GrassBro commented 5 years ago

Hi, I am sorry because I am busy now.

I can share the code before the end of Sep.

Thanks a lot.