CoOp icon indicating copy to clipboard operation
CoOp copied to clipboard

Prompt Learning for Vision-Language Models (IJCV'22, CVPR'22)

Results 55 CoOp issues
Sort by recently updated
recently updated
newest added

Thanks for your great work. I would like to ask you whether you have considered using a CNN network such as ResNet as the backbone in CoCoOp and whether it...

Hi, thanks for the nice code. I found the performance is poor when full fine-tuning the ResNet-based CLIP on ImageNet while for ViT-based CLIP the performance is good. Do you...

Thanks for your great job! I want to ask why the input is not (image, text) at forward function, such as `output = self.model(image, text)` . And what is the...

Dear Zhou: When I train my network on oxford_flower(epoch=200), it get a great result as follows: => result * total: 2,463 * correct: 2,268 * accuracy: 92.1% * error: 7.9%...

Thanks for providing such an outstanding work! I have a question related to the cocoop. In my experience, I need to use a lot of images to use cocoop, and...