mmpose icon indicating copy to clipboard operation
mmpose copied to clipboard

demo for posewarper

Open hirokic5 opened this issue 2 years ago • 3 comments

Thanks for great repository !!! I'd like to appreciate it if demo code for posewarper was added.

hirokic5 avatar Apr 04 '22 12:04 hirokic5

@hirokic5 Thank you for your interest in MMPose and PoseWarper! We will work on this demo soon and feel free to share your desired function for the demo. You can comment here directly.

liqikai9 avatar Apr 04 '22 12:04 liqikai9

Thanks for your quick reply !!

Here is my desire for demo script, thank you.

  • like other demo, demo scripts has argparameters ( --video-path, --out-video-root etc... )
  • If possible, in addition to posewarper demo for 2D keypoint detection for video, 3D keypoint detection for video using 2D result from posewarper !

hirokic5 avatar Apr 04 '22 13:04 hirokic5

@hirokic5 Hi, we have added the demo for PoseWarper in https://github.com/open-mmlab/mmpose/pull/1315.

Basically, we extend the original demo/top_down_video_demo_with_mmdet.py to support using multi frames for inference. You can have a try and see if it goes right.

Further, by pointing out

  • 3D keypoint detection for video using 2D result from posewarper

did you mean using PoseWarper as a 2D pose detector to run the 3D human pose demo?

liqikai9 avatar Apr 24 '22 07:04 liqikai9