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

Hi, How can I use a pre-trained CLIP-ReID model to evaluate or extract features on a custom dataset when I don't have data to train? I know that I need...

When aligning image and text, why don't you need to l2 normalize the image and text features? Will this not cause the module length of the image feature to become...

Hello, I appreciate your kind words about the excellent results and research sharing. Regarding the Visualization of CLIP-ReID mentioned in the Ablation Studies and Analysis section of the paper by...

Hi. Thank you for sharing your work. How did you visualize Figure3?! Did you Could you also provide the code for it?

idea from [this](https://github.com/muzairkhattak/multimodal-prompt-learning) paper. And can you give me some guidence... thanks again!

Traceback (most recent call last): File "/media/lele/c/zuozhigang/CLIP_ReID/Base/train_clipreid.py", line 89, in do_train_stage2( File "/media/lele/c/zuozhigang/CLIP_ReID/Base/processor/processor_clipreid_stage2.py", line 98, in do_train_stage2 loss = loss_fn(score, feat, target, target_cam, logits) TypeError: loss_func() takes 3 positional arguments...

Use the veri data set to train and evaluate. The results are as follows: 2023-10-24 21:53:58,401 transreid.test INFO: Validation Results 2023-10-24 21:53:58,402 transreid.test INFO: mAP: 75.5% 2023-10-24 21:53:58,402 transreid.test INFO:...

请问这份代码是否支持分布式训练?如果支持,应该怎么操作?