open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.89k stars 1.26k forks source link

How to make Human pose 3d demo run for live camera or webcom? #1129

Closed chandelarvind closed 2 years ago

chandelarvind commented 2 years ago

I want to run it on live rtsp cam link or webcom so how to get it done?

ly015 commented 2 years ago

For now, our webcam demo only supports 2D models, while body3d_two_stage_video_demo.py gives an example of 3D pose inference from consecutive video frames. You may consider adding the 2D-to-3D pose inference part to webcam_demo.py following body3d_two_stage_video_demo.py.

chandelarvind commented 2 years ago

sure, will try. Thanks a lot.