mmpose
mmpose copied to clipboard
run camera_demo on MCU
trafficstars
I am running the demo on a Jetson Nano and I was wondering if there is any way to speed it up and increase the frame count
Simple tricks include using lightweight models for detection and pose estimation and removing unnecessary nodes (e.g. unimportant models, visualization, and diagnosis).
To further speed up the inference, you may need to extend it to support model inference with TensorRT or other inference backends. Deployment of MMPose with TensorRT has been supported in MMDeploy (see the documentation for MMPose 0.x & MMDeploy 0.x and MMPose 1.0 & MMDeploy 1.0).