My test python script runs and the landmark tracking does indeed work, however I am running at <5 FPS. Reading the terminal states that TensorFlow Lite is initializing with the CPU on the Orin Nano as the delegate and not the GPU. OpenCV does recognize the CUDA device, but I’ve been slamming my head against the wall trying to figure out how to configure TensorFlow Lite to use the GPU as the delegate.
Any suggestions on how to do this? Or maybe any other options for hand position tracking on the Jetson Orin Nano?