y-zheng18 / MultiHuman-Dataset

64 stars 0 forks source link

How did you get the SMPLX of the MultiHuman datasets #7

Closed chingswy closed 1 year ago

chingswy commented 1 year ago

I visualized MultiHuman/three/[500,502] sequence, it seems that some body parts of smplx are misaligned with the textured mesh. Did you use ICP or markerless mocap to get the SMPLX results?

dingtalkgov_qt_clipbord_pic_2 lQLPJxa_0bc7IufNAeDNAxmwXanuKLq8XhoDO1fGaAAFAA_793_480

y-zheng18 commented 1 year ago

Since the dataset is originally used to test the accuracy of multiview human reconstruction algorithms, the smplx models are fit simply by detecting keypoints from 6 views. Thus, in some multiperson cases the fitting may not be accurate. We don't use ICP or markerless mocap. But if you want to get more accurate results, surely you can include ICP and many other algorithms.

chingswy commented 1 year ago

Thanks!