-
Notifications
You must be signed in to change notification settings - Fork 71
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
local demo couldn't detect anything #30
Comments
@shizhediao @hendrydong @pipilurj Can you answer this for me, thank you very much! |
Hi, thanks you very much for your interest! Could you please check whether the model parameters are correctly loaded? Are there any reported errors? |
loaded detector Loading VIT Initialization Finished /data2/xingyc/anaconda3/envs/detgpt2/lib/python3.9/site-packages/gradio/outputs.py:43: UserWarning: Usage of gradio.outputs is deprecated, and will not be supported in the future, please import your components from gradio.components From run grounding, oringinal response message No match found. /data2/xingyc/anaconda3/envs/detgpt2/lib/python3.9/site-packages/transformers/modeling_utils.py:862: FutureWarning: The Detector predicted phrases [] @pipilurj |
I had a similar problem, and it turned out that the LLAMA model was the wrong version. Perhaps you can check if the model version is v1.1. |
Thank you for your outstanding work.
![image](https://private-user-images.githubusercontent.com/56793829/288416681-9e1022da-7459-49fa-ad05-b983b8ae8648.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NDA5OTMsIm5iZiI6MTczODg0MDY5MywicGF0aCI6Ii81Njc5MzgyOS8yODg0MTY2ODEtOWUxMDIyZGEtNzQ1OS00OWZhLWFkMDUtYjk4M2I4YWU4NjQ4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDExMTgxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQwNzU1ZGZkYWVkZGNhMmQ2ZWNmMTM2YjZhZWIyNGM4ZjcyYTBmMGJjYTc5NTk4NGFhMDdjNzllOTdkNDMyZDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kKdC1bF2YbfNgElLS55GIwqOEz3OwtzYEwtn7SEqwhc)
I try the demo_detgpt.py on local machine, but it can't detect anything.
I've tried a couple of examples that don't output anything,here's why?
The text was updated successfully, but these errors were encountered: