Tensorrt: Is there an example of real-time target detection using python api?

Created on 25 Dec 2019  Â·  3Comments  Â·  Source: NVIDIA/TensorRT

I would like to use python API to inference videos but fail.Only C++ API can make it well.
This is my demo code from TensorRT's python samples:
https://github.com/NVIDIA/TensorRT/issues/288
Thanks!

Python question

Most helpful comment

@aininot260, I have shared this jkjung-avt/tensorrt_demos repository which contains code doing TensorRT inferencing with python. The demo scripts could take either file (video/image) or camera as input.

I'm working the 4th demo 'yolov3_onnx' and hopefully will add it into the repository in a couple of weeks.

All 3 comments

@aininot260, I have shared this jkjung-avt/tensorrt_demos repository which contains code doing TensorRT inferencing with python. The demo scripts could take either file (video/image) or camera as input.

I'm working the 4th demo 'yolov3_onnx' and hopefully will add it into the repository in a couple of weeks.

Very helpful! @jkjung-avt
Let me try.

Closing per @jkjung-avt's code. Will reopen if new issues arise

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sbbug picture sbbug  Â·  5Comments

anmol039w picture anmol039w  Â·  5Comments

WangXuanBT picture WangXuanBT  Â·  3Comments

peijason picture peijason  Â·  3Comments

stengoes picture stengoes  Â·  6Comments