CLIP-ReID icon indicating copy to clipboard operation
CLIP-ReID copied to clipboard

Official implementation for "CLIP-ReID: Exploiting Vision-Language Model for Image Re-identification without Concrete Text Labels" (AAAI 2023)

Results 35 CLIP-ReID issues
Sort by recently updated
recently updated
newest added

Hello, I met some problems, when I run your work. As you can see, when I run ViT-based CLIP-ReID+SIE+OLP for market1501, I got a bug "ValueError: Type mismatch ( vs....

I would Like to ask that are there a way to access to the text encoder for this model or I can just simply use the encoder directly from CLIP...

Hi, I am unable to load the weights of the vehicleID model Can you help me to solve it? ``` Resized position embedding: %s to %s torch.Size([197, 768]) torch.Size([257, 768])...

HI! if get the following error: As far as I understand, this error to custom dataset, but to the model architecture itself.

HI! thank you for Your work. Do you have any guidance on how to train the model on custom dataset? Thanks

I currently have a Prompt-CLIP work, which is a similar idea to yours, but at the moment, I've only experimented with CLIP-CNN, which is also proven to work. I've created...

Hi, I have a new small person re-id dataset(~100 id). And I want to fine-tune your models. Should I fine-tune on both stage, or just fine-tune some epoch on stage...

When testing, I faced a problem that calls cv_embed is lost, but I printed the key and I think cv_embed is existing. the code and the result is listed, thanks...

Dear @Syliz517 , @awarebayes, Thanks for share your excellent work. In the training process, sometimes it completely finishes stage1, but is interrupted in stage2, so I want to directly load...

Hello, have read your paper, and I think your paper is very good. Can I get a code to save images from rank 1 to rank 10? Also, can I...