I have configured my Jetson Orin Nano with JetPack 5.1, CUDA 11.4, and I am running a script for object detection with YOLOv8. When compared to a similar setup on my notebook with a GTX 2070 graphics card, the performance difference is abysmal, in favor of the notebook, as seen in the video. Is such a difference to be expected? Both are running the same model converted from PyTorch to TensorRT with the configuration half=True, simplify=True, and both support CUDA. My question refers to the fact that, on NVIDIA’s official site, the GTX 2070 has a ‘compute capability’ of 7.5, while the Jetson Orin Nano has a compute capability of 8.7.
Thanks
Hi,
Is the left-hand the result of Orin Nano?
If yes, do you want to ask why Orin Nano runs slower even though the architecture is newer?
If yes, have you maximized the device performance first?
Then, would you mind monitoring the device to see if the GPU utilization is saturated not not?
$ sudo tegrastats
Thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.