-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unable to run inference.py #2
Comments
Hi, I am seeing the same issue. Were you able to solve it. If yes, please provide steps. Thank you. |
No, didn’t work for me.
…
On Mar 19, 2021, at 4:10 AM, Ajaz Ahmad ***@***.***> wrote:
Hi,
I am seeing the same issue. Were you able to solve it. If yes, please provide steps. Thank you.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
For me the issues is solved by downloading the weights separately from the checkpoints directory. When I downloaded the checkpoints with downloading the whole project, the checkpoint were not downloaded correctly. Maybe because the checkpoints are stored in GitLFS. |
Hi @smehdia, could you teach me how to download the weights separately from the checkpoints directory? I got the message that says the repository is over its data quota, Account for LFS bandwidth should purchase more data packs to restore access. Thanks in advance! |
@wenxiaojie I have re-uploaded the weights in here: |
It works now. |
Do u know if there is a way to run the inference in real time on a webcam ? |
I get the following error when running
inference.py
:tensorflow/core/framework/op_kernel.cc:1763] OP_REQUIRES failed at save_restore_v2_ops.cc:205 : Out of range: Read less bytes than requested
Seems to be something wrong with the checkpoint files?
The text was updated successfully, but these errors were encountered: