mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

run camera_demo on MCU

Open ChenZhenGui opened this issue 3 years ago • 1 comments
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

ChenZhenGui avatar Nov 22 '22 07:11 ChenZhenGui

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).

ly015 avatar Nov 23 '22 03:11 ly015