xioTechnologies / Gait-Tracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gait Tracking with custom data

psdii opened this issue · comments

commented

I want to use my own data from my own IMU. I was wondering how important is it that the timestamps on the 2 sets of sensors match?
Does the code expect an exact sample rate or an average sample rate? (my sensor is able to get an average of 50 hz, but its not perfectly logging every 0.002 seconds)

I suggest that the best way to evaluate the performance of your system is for you to test it. No real-world system provides "perfect" measurements.

commented

Would that mean that the gait python program requires the data to be at a uniform rate for the entirety of the dataset?

The sample rate is defined once, on line 11. The code does not support a variable sample rate.