Kneron End to End Simulator v0.28.0
您好,
https://doc.kneron.com/docs/#toolchain/appendix/app_flow_manual/此教程提到的端到端的模拟好书kneron_inference返回结果是输出将是ONNX形状格式的NumPy数组列表,如何用下方提到的常见问题解答
1.如何在我的图像上显示边界框结果?中利用/workspace/E2E_Simulator/eeeeeepython_flow/utils/utils.py脚本将推理结果显示到图像上
The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.
Comments
您好,
kneron_inference的結果會是numpy arrays,所以會需要您寫模型的postprocess來得到座標之後,才可以用顯示邊界框(display)的function,function的細節在/workspace/E2E_Simulator/python_flow/utils/utils.py裡面: