Nvidia Jetson NX extremely slow even with TensorRT inference for yolov3

Hi,

Would you mind giving Deepstream a try?

The python sample uses OpenCV related library for post-procecssing.
And it’s expected to be slow since the limited CPU power on Xavier NX.

For Deepstream, we have optimized the pipeline and leverage all the pre-/post- processing into different hardware.
This will give you much better performance than just use CPUs for post-processing.

Thanks.