Visual-AI / PromptCCD

The official repository for ECCV2024 paper "PromptCCD: Learning Gaussian Mixture Prompt Pool for Continual Category Discovery"
https://visual-ai.github.io/promptccd/
13 stars 1 forks source link

How do I fix this error when I set args.use_dinov2:true #5

Closed gangxu822 closed 2 weeks ago

gangxu822 commented 2 weeks ago

image args.use_dinov2=true: image image

fcendra commented 2 weeks ago

Hi there,

If you’re having trouble loading the DINOv2 model a.k.a timm/vit_base_patch14_dinov2.lvd142m, I recommend first downloading the pretrained weights solely to check whether the model is correctly set up and stored locally. Normally, you shouldn’t need to do this, but if you still encounter the error, there might be an issue with your local setup or connection. You can refer to the documentation here: some timm documentation for detailed instructions on how to do this.

Best regards, Fernando