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

margin value reported in paper is different than in the config file #24

Closed jlim13 closed 4 years ago

jlim13 commented 4 years ago

the margin value reported in the paper is 0.3 and in common.py it is 1.0. is this is a mistake or do we use 1.0?

ChrisWu1997 commented 4 years ago

We do use 1.0. I think it's a mistake in the paper writing. Thanks for pointing it out.

jlim13 commented 4 years ago

cool, thanks