Lotayou / everybody_dance_now_pytorch

A PyTorch Implementation of "Everybody Dance Now" from Berkeley AI lab.
GNU Affero General Public License v3.0
280 stars 72 forks source link

Is it possible to generate frame using OpenPose coordinates? #11

Closed talatccan closed 4 years ago

talatccan commented 4 years ago

Hi,

I trained my model and its working well with the test videos/frames. Now, my purpose is generate frames using OpenPose coordinates. I will give the coordinates and will get the output frame. Is it possible? And if its, how can i do that?

Lotayou commented 4 years ago

It's possible, just convert the coordinates into stick-figure images and use that for input.