body2hands
body2hands copied to clipboard
A method to estimate 3D hand gestures from 3D body motion input in body languages.
Thanks for your great work! I wonder if it's real-time as I send in a stream of pose and get stream of result.
Hi, I found that the downloaded full_bodies2.npy has dimension of (N,T,120), which is different from the description for downloading, where it says it should be (N,T,36). Then I noticed that...
Hi, thanks for the fantastic work. I'm trying to use my own data to test and have read the [using-your-own-data-for-train] in readme, but still confused about how to generate full_resnet.npy....
In lines 120, 122, and 137, there are `print` statements lacking parentheses `()`, which is incorrect in Python 3 and causes the execution to crash. I've rewritten these `print` statements...
Can you offer the evaluation code, which can report average error over the entire sequence, and scale the error unit to millimeters based on a reference shoulder distance of 30...