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
443 stars 86 forks source link

Does it works on fixed images ? #35

Open fulsi opened 2 years ago

fulsi commented 2 years ago

Hi there,

Congratulations for your impressive work !!

May I use your library to convert 2D picture to another 2D picture ?

For example : Picture A with standing person + Picture B with sitting person => Picture A with sitting person

Thx,

ChrisWu1997 commented 2 years ago

Hi,

Image is OK. However, this library can only transfer the skeleton points, not the appearance. In our paper, we further use this technique to render the appearance.

fulsi commented 2 years ago

Hi,

Thanks you for your quick answer. Do you share a repository for this technique ?

ChrisWu1997 commented 2 years ago

Unfortunately I think that one is not public available due to patent restriction, but there are similar repos like this that may satisfies your need.