XuJiacong / Animal3D

MIT License
20 stars 1 forks source link

Some questions about animal3d dataset. #5

Open luoxue-star opened 4 months ago

luoxue-star commented 4 months ago
  1. How can you project 3d keypoints and 3d joints onto an image to align them with 2D keypoints and 2d joints?
  2. What is the exact location and order of the keypoints and joints?
  3. In the Animal3D dataset, there are 35 joints, whereas the original SMAL model only utilizes 33 joints. Could you please provide all the SMAL parameters related to the 35 joints? (e.g. base template) Looking forward to your reply. Thanks!
luoxue-star commented 3 months ago

The paper mentions that each key point on the SMAL model corresponds to a subset of the mesh vertices. May I know how to get the subset corresponding to a keypoint?

1Konny commented 4 weeks ago

I'm also curious of those things. Did you figure them out? Thanks.