If I want to train the model on other non 3D scanning format datasets such as deepfashion, do I need to obtain SMPL labels in the following format:
label info:
0:16 world2camera_matrix shape (16,)
16:19 global_orient shape (3,)
19:88 body_pose shape (69,)
88:98 betas shape (10,)
"""
If so, could you introduce me a work that can obtain SMPL parameters in this format? Thank you very much!
If I want to train the model on other non 3D scanning format datasets such as deepfashion, do I need to obtain SMPL labels in the following format: label info: 0:16 world2camera_matrix shape (16,) 16:19 global_orient shape (3,) 19:88 body_pose shape (69,) 88:98 betas shape (10,) """ If so, could you introduce me a work that can obtain SMPL parameters in this format? Thank you very much!