-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
real-time #8
Comments
Hi @xiaoyudanaa , thanks for your interest. Definitely, the test-time optimization can be improved. At the moment, the method relies on a stochastic gradient descent with the Adam optimizer. I guess it could be speed up with a quasi-newtonian optimizer instead. |
Thank you very much for your response. After reviewing your paper and code, I have noticed that you use DPT predictions as relative depth information for the SMPL model, but this is not actual depth. To my knowledge, current methods for reconstructing SMPL yield results that are not realistic (for instance, the actual height of a person, or their true position in the camera coordinate system). If I aim to convert the resulting SMPL into real values, how should I proceed? A known method involves post-optimization to decouple the camera, but I must also consider real-time constraints, making optimization methods unsuitable for my needs. Understanding that you have profound expertise in SMPL human body reconstruction, I would greatly appreciate your guidance on this matter. Thank you immensely. |
When I came across your article, I felt very excited. Seeing that your article is based on a post-processing optimization approach, I wonder if it could be modified to enable real-time prediction of human SMPL models in camera space absolute position, perhaps through methods like TensorRT? I look forward to your answer.
The text was updated successfully, but these errors were encountered: