NVlabs / GroupViT

Official PyTorch implementation of GroupViT: Semantic Segmentation Emerges from Text Supervision, CVPR 2022.
https://arxiv.org/abs/2202.11094
Other
724 stars 52 forks source link

Open-vocabulary semantic segmentation #68

Open MenHimChan opened 5 months ago

MenHimChan commented 5 months ago

Hi. GroupViT is an excellent work. I wonder if the groupViT has any Open-vocabulary characteristic, likes, if we want to segement a cat, we don't input the lable of "cat" , instead, we input some words like "pet" or "furry" just like CLIP, can GroupViT works like that? Thanks !

xvjiarui commented 5 months ago

Hi @MenHimChan Thanks for your interest in our work. Yes. You may input word of similar meaning.