Vibashan / Mask-free-OVIS

Official Pytorch codebase for Open-Vocabulary Instance Segmentation without Manual Mask Annotations [CVPR 2023]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you share all the proposals generated by the WSPN?

ShenghaiRong opened this issue · comments

Thanks for your great work and for sharing the code. However, the proposals provided for the COCO base set are incomplete. Could you share all the COCO proposals generated by WSPN or the Selective Search proposals for COCO?

Hi @ShenghaiRong ,

Sorry for the delayed response; as mentioned in the paper I followed https://github.com/NVlabs/wetectron repo to generate the WSPN proposal.

For selective search, I followed https://github.com/ChenjieXu/selective_search to generate the selective search proposals.

Do multi-thread for selective search to get quicker results.