-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where I can get 'weights/omniparser/icon_caption_blip2/best.pt' #7
Comments
You need to create the file path manually, and go to huggingface to download the best.pt |
Clone the HF repo and change the yolo model path in gradio_demo.py
|
Thanks for your reply! But I noticed that the best.pt in HF repo is under icon_detect/ directory, but the code refers to icon_caption_blip2/ directory, is the best.pt in icon_detect/ usable? |
Hi @binchen1998 , we removed the .pt file with model safetensor file in the HF repo. Please try the updated readme, and see if you have any issue. |
See #52 for a download.py script that automates downloading the weights (used in this Dockerfile in the same PR). |
Hi,
When I ran the example, it said:
FileNotFoundError: [Errno 2] No such file or directory: 'weights/omniparser/icon_caption_blip2/best.pt'
How to get these files?
Thanks a lot.
The text was updated successfully, but these errors were encountered: