NVlabs / GroupViT

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

zero shot on coco #37

Open liuxingbin opened 1 year ago

liuxingbin commented 1 year ago

Hello! it's a great work. I have a question about zero-shot segmentation. Are we just change cfg: segmentation/configs/base/datasets/pascal_voc12.py to "cfg: segmentation/configs/base/datasets/coco.py" for coco segmentation?

xvjiarui commented 1 year ago

Hi @liuxingbin Yes. That's correct. GroupViT could do semantic segmentation on different dataset with the same model.