UX-Decoder / Segment-Everything-Everywhere-All-At-Once

[NeurIPS 2023] Official implementation of the paper "Segment Everything Everywhere All at Once"
Apache License 2.0
4.38k stars 399 forks source link

OSError: Can't load tokenizer for 'openai/clip-vit-base-patch32' #84

Open lizhiwen19900709 opened 1 year ago

lizhiwen19900709 commented 1 year ago

OSError: Can't load tokenizer for 'openai/clip-vit-base-patch32'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'openai/clip-vit-base-patch32' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer.

904763189cy commented 1 year ago

@lizhiwen19900709 你可以去huggingface这个网站搜索openai/clip-vit-base-patch32,然后下载把它放到项目里。