sha2nkt / moyo_toolkit

This is a repository for download, preprocessing, visualizing, running evaluations on the MOYO dataset.
Other
76 stars 5 forks source link

SMPLX and keypoints annotation seems not in same coordinate #3

Closed Wei-Chen-hub closed 1 year ago

Wei-Chen-hub commented 1 year ago

Thanks for releasing this amazing dataset!

I am currently visualizing moyo dataset, the keypoints projection works fine, but SMPLX seems not in the same coordinate system (when I regress the 3d SMPLX keypoints from ".pkl" annotations). Could you share some insights of how to project SMPLX on image or which coordinate system is used for SMPLX?

sha2nkt commented 1 year ago

We provide a script to project markers on the image. Since SMPL-X vertices are fit to the markers, they reside in the same coordinate systems. Hence, the same script can be used to project SMPL-X vertices.