wusize / CLIPSelf

[ICLR2024 Spotlight] Code Release of CLIPSelf: Vision Transformer Distills Itself for Open-Vocabulary Dense Prediction
https://arxiv.org/abs/2310.01403
Other
149 stars 7 forks source link

RuntimeError: Pretrained weights (checkpoints) not found for model EVA02-CLIP-B-16.Available pretrained tags (['eva', 'eva02', 'eva_clip', 'eva02_clip']. #16

Open cpy0029 opened 3 months ago

cpy0029 commented 3 months ago

RuntimeError: Pretrained weights (checkpoints) not found for model EVA02-CLIP-B-16.Available pretrained tags (['eva', 'eva02', 'eva_clip', 'eva02_clip'].

wusize commented 3 months ago

Hi, make sure you install our modified OpenCLIP locally under the CLIPSelf directory by pip install -e . instead of installing the official version of OpenCLIP.