Skip to content
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

Open
xiaoyudanaa opened this issue Nov 24, 2023 · 2 comments
Open

real-time #8

xiaoyudanaa opened this issue Nov 24, 2023 · 2 comments

Comments

@xiaoyudanaa
Copy link

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.

@dluvizon
Copy link
Owner

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.
However, you have to account that the method takes as input predictions from off-the-shelf models as preprocessed data and this could be a bottle-neck.

@xiaoyudanaa
Copy link
Author

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. However, you have to account that the method takes as input predictions from off-the-shelf models as preprocessed data and this could be a bottle-neck.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants