Lotayou / everybody_dance_now_pytorch

A PyTorch Implementation of "Everybody Dance Now" from Berkeley AI lab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to generate frame using OpenPose coordinates?

talatccan opened this issue · comments

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?

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