ChrisWu1997 / 2D-Motion-Retargeting

PyTorch implementation for our paper Learning Character-Agnostic Motion for Motion Retargeting in 2D, SIGGRAPH 2019
https://motionretargeting2d.github.io
MIT License
440 stars 86 forks source link

How to interpolate between two 2D pose-frames (each containing 18 joints) #41

Open mmdrahmani opened 10 months ago

mmdrahmani commented 10 months ago

Hi. I have a question regarding interpolation between to poses.

I have two images (frames) and I extracted YX positions of 18 joints (see the figure). I would like to interpolate between these two pose-frames, one frame as starting pose, and the other image as end pose. I wonder if this is possible , and how.

Thanks coco_pose