Syliz517 / CLIP-ReID

Official implementation for "CLIP-ReID: Exploiting Vision-Language Model for Image Re-identification without Concrete Text Labels" (AAAI 2023)
MIT License
247 stars 40 forks source link

Is it still possible to use the text encoder to generate a vector from sentence ? #22

Open AtiChetsurakul opened 10 months ago

AtiChetsurakul commented 10 months ago

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 at the same Model type. BTW, I am so sory for creating an issue; It quite confuse to find your text encoder in the code.

AtiChetsurakul commented 10 months ago

Another question kurb, If I would like the use the MSMT weight to test on the other dataset (EG market1501) can I just manually make the model like this?

with the cfg dataset seting on Market-1501