OpenNetLab / AlphaRTC

Evaluation framework for RL-based bitrate control for WebRTC
BSD 3-Clause "New" or "Revised" License
94 stars 36 forks source link

pyinfer issue in bare metal compilation #108

Open Mrxiangli opened 4 months ago

Mrxiangli commented 4 months ago

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 commented 1 month ago

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).