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

pyinfer issue in bare metal compilation #108

Open
Mrxiangli opened this issue Feb 29, 2024 · 1 comment
Open

pyinfer issue in bare metal compilation #108

Mrxiangli opened this issue Feb 29, 2024 · 1 comment

Comments

@Mrxiangli
Copy link

After following the instruction and compiled the code, the onnx version works fine, but the pyinfer gives issue as it says "no frames to decode" at the beginning of the session

@ammartahir24
Copy link

I had the same issue, while I was not able to make the cmdInfer run using the Python file, you can go to cmdinfer.cc and implement whatever you needed to implement in the Python file there. If your use case does not particularly require some functionality explicitly from Python, this should help (and I imagine this might be more performant as well).

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

2 participants