You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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
The text was updated successfully, but these errors were encountered: