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

About figure 8 in paper #21

Closed ermu0628 closed 4 years ago

ermu0628 commented 4 years ago

Hi, in your paper's figure 8, I saw you use " mean silhouette coefficient" to get the network learns to cluster the data. But in sklearn, I saw this method needs a label parameter,are you pass the ground truth label to this method? Can I get your code or more information about this figure? Thanks.