NVlabs / GroupViT

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

Question on the text prompt #21

Closed slyviacassell closed 2 years ago

slyviacassell commented 2 years ago

The question is that how to generate so many prompt templates? Is the inspiration from other work?

https://github.com/NVlabs/GroupViT/blob/b4ef51b8ae997f4741811025ac2290df3423a27a/datasets/imagenet_template.py#L27

xvjiarui commented 2 years ago

Hi @slyviacassell It's from OpenAI CLIP. The header file show the licensee from OpenAI.

slyviacassell commented 2 years ago

Oh, thank you!