mmpose
mmpose copied to clipboard
camera_demo
When I'm ready to run the camera_demo,I dont need the animal pose, How should I set the parameters
Hi @ChenZhenGui , thanks for using MMPose! You can refer to this tutorial and this doc.
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?
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.