Skip to content
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

Open
DanielAronovich opened this issue Aug 28, 2022 · 4 comments
Open

Example doesn't work [might be a hardware problem] #11

DanielAronovich opened this issue Aug 28, 2022 · 4 comments

Comments

@DanielAronovich
Copy link

DanielAronovich commented Aug 28, 2022

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:
image

Any feedback on what is happening?
Thanks!

@RobinROAR
Copy link

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: image

Any feedback on what is happening? Thanks!

same error occured!

@khakhulin
Copy link
Contributor

Have you put all weights correctly?

@RobinROAR
Copy link

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.

@KabonMax
Copy link

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.
In my case, the reason is that the file ./DECA/data/deca_model.tar was not placed correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants