wjf5203 / VNext

Next-generation Video instance recognition framework on top of Detectron2 which supports InstMove (CVPR 2023), SeqFormer(ECCV Oral), and IDOL(ECCV Oral))
Apache License 2.0
603 stars 53 forks source link

Applying to image instance segmentation #38

Open rose-jinyang opened 2 years ago

rose-jinyang commented 2 years ago

Hello How are you? Thanks for contributing to this project. I am going to apply your method to custom image instance segmentation rather than video instance segmentation. The custom dataset is annotated with COCO image instance segmentation format. Is it possible?

wjf5203 commented 2 years ago

Hi, Thanks for your attention~ Yes, it is totally doable. In fact, the IDOL model is an instance segmentation network with an external contrastive embedding head. If this contrastive head is removed, it will becomes an image instance segmentation model.