-
Notifications
You must be signed in to change notification settings - Fork 40
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
Issue about the joint velocity #11
Comments
Hi. You should get better results if you replace the joint velocity estimation with the ground truth values. Maybe you can check the estimated velocity v.s. the ground truth, e.g., are they in the same scale? |
@daip13 Hello, I have met the same problem. Do you solve this problem? Thanks! |
Hi, I think I have solved this problem. Actually, I found the estimated velocity is not very accurate. And it seems like the accuracy of the foot-contact-floor has a much bigger impact on the final results. After I improve the performance of the foot-contact-floor, the final results look reasonable now. |
Thanks for your reply. Another small question about your GT joint velocity calculation And, are you trying to implement the training part? Maybe we can talk about the training code implementating more? Really thanks for your response. |
Hi, thanks a lot for your great job on sparse IMU-based human tracking.
I'm quite interested in your physics-aware motion optimizer. And I tried to use this part in the following way:
However, I find that the tracking results after optimization become much worse than using the joint velocity inferred by model. It should be better in theory, right? I am quite curious about the root case of this issue. Could you plz help to take a look?
Hope to hear your response.
Thanks.
The text was updated successfully, but these errors were encountered: