-
Notifications
You must be signed in to change notification settings - Fork 52
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 download data without video? Just IMU and keystep annotated. #355
Comments
Hi @qingxinxia To access IMU stream, you can download the VRS files without image streams (video data). Unfortunately we do not have the IMU pre-extracted, so you will have to use aria data tools Python API to extract it yourself. You can filter the takes by benchmark via the For example here is what your command would look like:
The size of this set is 434.0GiB. Does this work for your use-case? You can see other file size breakdowns and CLI flag options here: https://docs.ego-exo4d-data.org/download/ Kind regards, |
Thank you very much! I'm waiting for the access key to download. Hopefully, everything goes well. |
Hello Miguel Thanks very much for your reply. I recently downloaded the data. However, after extracting the IMU from vrs file, I found the IMU data really strange. Could you help me have a look at the data extraction? Thank you very much. Here's my code; import numpy as np vrsfile = r"F:\takes\cmu_bike01_2\aria01_noimagestreams.vrs" accnp = np.array(acc) plt.plot(accnp[:100]) |
Hello
Thank you very much for your excellent work.
Could you give me advice about how to download the IMU data that has keystep annotated?
It seems the download tool does not offer such a command to filter video.
Thanks very much for your help!
Best
Cassie
The text was updated successfully, but these errors were encountered: