I’m running the Opencv MOG2 algorithm on Jetson Orin NX on 4k video.
In MAXN mode on CPU mog2 works 2 times faster than on CUDA, without taking into account the delay in transferring the image to the GPU and back.
Am I doing something wrong? On Jetson Nano on GPU mog 2 worked 3 times faster, although the performance of Jetson Nano is 0.5TOPS, and Jetson Orin NX 157TOPS.
thanks.