Yolo11 Object Detection on Jetson Orin Nano with Live Video

Hello @BurhanQ, yes I have tried results = model(frame_numpy, show=True), but it slows down the program execution dramatically. Separately, the resx.plot() command does not show anything.

I want to plot bounding boxes using jetson_utils functions because the output window is based on jetson_utils. The jetson raw video output is very fast and very responsive. Jetson_Utils uses the orin nano cuda cores, so I want to leverage that.

Fast jetson_utils video functions plus robust Yolo object detection is a powerful combination. Just need to get those bounding boxes plotted.