-
Notifications
You must be signed in to change notification settings - Fork 43
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
Example doesn't work [might be a hardware problem] #11
Comments
Have you put all weights correctly? |
It seems that the all weights are loaded and all dependencies are installed. I can run "python3 infer.py --deca DECA --rome data" successfully without any errors occured. but still get the "green" rendered image and "empty" shape result image. |
I encountered the same error and finally solved it. |
Hi,
I have tried to use the example code:
python3 infer.py --deca DECA --rome data
And got the following log:
Start infer! creating the FLAME Decoder please check model path: DECA/data/deca_model.tar [W NNPACK.cpp:51] Could not initialize NNPACK! Reason: Unsupported hardware.
And when I try to visualize the output, I get:
Any feedback on what is happening?
Thanks!
The text was updated successfully, but these errors were encountered: