Hi, thanks for the great work!
When I run VBench2 for evaluation, I encounter the following error during the Human_Anatomy benchmark:
huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/mnt/petrelfs/zhengdian/code/ckpt/clip-vit-base-patch32'. Use `repo_type` argument if needed.
Batch complete: Dimensions Human_Anatomy
It seems the code is attempting to load a CLIP checkpoint from a hard-coded path here.
I am not sure if I have missed anything. Can I just replace it with "openai/clip-vit-base-patch32"?
Thanks in advance for your help!