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

How to synchronize and align different data #1

Open
Vincy-Ying opened this issue Jun 21, 2022 · 3 comments
Open

How to synchronize and align different data #1

Vincy-Ying opened this issue Jun 21, 2022 · 3 comments

Comments

@Vincy-Ying
Copy link

Thanks for your work.
The sampling rate of Ergowear and Xsens (GT) are different, i.e., Ergowear is 100Hz, and Xsens is 60Hz. How to synchronize them and align the time frame?
Thanks!

@ManuelPalermo
Copy link
Owner

ManuelPalermo commented Jun 26, 2022

Hi, you can use this util function. You can also specify the resample_freq parameter when calling the dataset parsing functions (you can check the example script).

The Xsens is assumed to have uniform 100hz sampling rate (its very close, given that its a commercial system), on the other hand, the Ergowear data contains time stamps for each step (as the sampling rate might vary slightly). Acquisition was started with a hardware trigger, so both start sampling at roughly the same time.

Let me know if you have any other questions.

@Vincy-Ying
Copy link
Author

Vincy-Ying commented Jun 26, 2022 via email

@yufu-liu
Copy link

yufu-liu commented Dec 27, 2023

Hi, thanks for sharing this great dataset!

Despite the question about sampling rate above, may I ask another question about the axis direction of Xsens?
For example, the direction in SMPL format is right-hand coordinate system.
(My purpose is to use AMASS dataset with your dataset together.)

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

3 participants