CMU-Perceptual-Computing-Lab / MonocularTotalCapture

Code for CVPR19 paper "Monocular Total Capture: Posing Face, Body and Hands in the Wild"
http://domedb.perception.cs.cmu.edu/mtc.html
662 stars 123 forks source link

is there any methods to register your human model to SMPL human model or SMPL-x human model ? #40

Open liwenssss opened 4 years ago

xiangdonglai commented 4 years ago

It depends on what level of accuracy you are expecting. If you are not pursuing extreme accuracy, just compare the template shape of this model and SMPL, and use the nearest neighbor to find the correspondence. Sometimes, I use this correspondence for fast conversion.