jinhseo / OD-WSCL

[ECCV2022] Official Pytorch Implementation of Object Discovery via Contrastive Learning for Weakly Supervised Object Detection
45 stars 6 forks source link

May I know how to generate proposals on my own datasets? #1

Closed Ayatans closed 1 year ago

Ayatans commented 2 years ago

I found that the proposals of VOC and COCO are directly given in the Dropbox, what if I want to apply the method on my own datasets? Could you please show me the link of the codes you used to generate proposals, like SS and MCG? Thanks a lot!

jinhseo commented 2 years ago

I used the pre-defined proposals for both of SS and MCG.

You can refer to this link to generate proposals using MCG algorithm on your own dataset.

Ayatans commented 1 year ago

Thanks, I will try it.