mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

camera_demo

Open ChenZhenGui opened this issue 3 years ago • 3 comments

When I'm ready to run the camera_demo,I dont need the animal pose, How should I set the parameters

ChenZhenGui avatar Nov 22 '22 07:11 ChenZhenGui

Hi @ChenZhenGui , thanks for using MMPose! You can refer to this tutorial and this doc.

Tau-J avatar Nov 22 '22 07:11 Tau-J

I am running the demo on Jetson Nano, I don't know if cancelling the animal pose can increase the frame count, if not, is there any other way to speed up?

ChenZhenGui avatar Nov 22 '22 07:11 ChenZhenGui

Yes, you can remove the node for animal pose estimation to speed up the pipeline. Specifically, you can remove these lines, and change the input buffer of the downstream ObjectAssignerNode from 'animal pose' (which has been removed) to 'human pose' at this line.

However, please note that the webcam demo tool just uses PyTorch for model inference without leveraging any high-performance inference engine or model compression technology, so it's not likely to achieve very fast speed on source-limited devices. It's mainly designed for visualizing models or implementing some interesting ideas where the computation power is not a bottleneck.

ly015 avatar Nov 22 '22 09:11 ly015