Closed lucasjinreal closed 1 year ago
Hi, thanks for your interest in our work.
Hope this helps your questions!
@Walter0807 thank u so much for the info. I found an interesting result that even with window size as 24 clip length, MB can get a proper result as well, this is really impressive (I haven't visualize in real 3d to see the biasis in novel view yet). In such case, MB actually can be used as an side trans predictor along with other mesh prediction method, just like you did demo but in REALTIME.
But this makes me think further, since the inputs and model are same, why they can not learn jointly and then directly prediction smpl beta && theta && 3d trans in a couple-head, have u think it before?
BTW, 3d joints to smpl rotations in MinimalIK are optimization based, do u know is there a learned way to do so?
Thanks for your comments.
But this makes me think further, since the inputs and model are same, why they can not learn jointly and then directly prediction smpl beta && theta && 3d trans in a couple-head, have u think it before?
Sounds like a good idea to regress the global translation in pixel space when regressing SMPL parameters as well. We haven't tried this as previous methods usually don't do so.
BTW, 3d joints to smpl rotations in MinimalIK are optimization based, do u know is there a learned way to do so?
Maybe you can check Pose2Mesh.
Hello, this is really an impressive work, clean and fantastic. however, I got some questions wanna ask for help: