pose-format icon indicating copy to clipboard operation
pose-format copied to clipboard

Support DWPose/MMPose Format

Open cleong110 opened this issue 8 months ago • 1 comments

DWPose is a pretty nice/popular pose estimator, apparently based on MMPose.

Relevant code can be found here:

  • https://github.com/IDEA-Research/DWPose/blob/onnx/ControlNet-v1-1-nightly/annotator/dwpose/wholebody.py
  • https://github.com/IDEA-Research/DWPose/blob/onnx/ControlNet-v1-1-nightly/annotator/dwpose/util.py

Example output:

Image

CBT-001-esl-1_Topic_God Creates Everything.pose-animation.mp4.zip

cleong110 avatar Jul 08 '25 13:07 cleong110

it seems to be exactly like openpose, so you could use the same pose header or base the DWPose header based on OpenPoseHeader

AmitMY avatar Jul 08 '25 15:07 AmitMY