YOLO-World icon indicating copy to clipboard operation
YOLO-World copied to clipboard

couldn't find pretrained_models/clip-vit-base-patch32-projection

Open lluo-Desktop opened this issue 1 year ago • 4 comments

Hi, In config : text model name is 'pretrained_models/clip-vit-base-patch32-projection'. But I can't load tokenizer or clip_model by model name. I look into huggingface.co, can't find the model. Can you fix it ?

lluo-Desktop avatar Feb 06 '24 08:02 lluo-Desktop

Hi, In config : text model name is 'pretrained_models/clip-vit-base-patch32-projection'. But I can't load tokenizer or clip_model by model name. I look into huggingface.co, can't find the model. Can you fix it ?

same here, any suggestion?

xianshunw avatar Feb 06 '24 09:02 xianshunw

Hi, In config : text model name is 'pretrained_models/clip-vit-base-patch32-projection'. But I can't load tokenizer or clip_model by model name. I look into huggingface.co, can't find the model. Can you fix it ?

same here, any suggestion?

I use openAI CLIP_Vit as text encoder : https://huggingface.co/openai/clip-vit-base-patch32 It works.

lluo-Desktop avatar Feb 06 '24 10:02 lluo-Desktop

@wondervictor @lluo-Desktop Any suggestions on an alternate model? I got the above one to work (thanks!), but the license is research-only and non-deployable, so it is more restrictive than the GPL license of this repository posing a barrier to any future deployment.

wingman-jr-addon avatar Feb 18 '24 15:02 wingman-jr-addon

@wingman-jr-addon maybe you can try https://github.com/mlfoundations/open_clip

onuralpszr avatar Feb 18 '24 15:02 onuralpszr

@onuralpszr @wingman-jr-addon Hi, my friends!Hvae you tired to train yolo-world on objects365/... successfully? I can't not reproduce the model. Any suggestions?

lluo-Desktop avatar Feb 20 '24 06:02 lluo-Desktop

I see that the pretrian_model_name has been updated in newest config.

lluo-Desktop avatar Feb 20 '24 10:02 lluo-Desktop