Xinyu-Yi / TransPose

A real-time motion capture system that estimates poses and global translations using only 6 inertial measurement units
https://xinyu-yi.github.io/TransPose/
GNU General Public License v3.0
382 stars 75 forks source link

How do you analyze whether the ground truth (gt) footsteps are in contact with the ground? #63

Closed whl-007 closed 6 months ago

whl-007 commented 9 months ago

image Hello, I noticed that you used a biRNN in Fig. 2 for estimating foot-ground contact.How can you analyze whether the ground truth (gt) footsteps are in contact with the ground? Which paper did you use to analyze whether footsteps are in the air/not in contact with the ground? I hope you can provide an answer for me!Thank you very much.

Xinyu-Yi commented 6 months ago

If a foot velocity is low, I mark it as contacting the ground (see the paper). So a stationary foot in the air will be also labeled as in contact, but this case does not often occur and on the other hand does not affect the result (for this TransPose paper). You may find that in PIP paper we add an additional condition on its height.

whl-007 commented 6 months ago

Yes,yes,I discovered recently,thank you very much!