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 download data without video? Just IMU and keystep annotated. #355

Open
qingxinxia opened this issue Oct 14, 2024 · 2 comments
Open

Comments

@qingxinxia
Copy link

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

@miguelmartin75
Copy link
Contributor

miguelmartin75 commented Oct 14, 2024

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 --benchmarks flag, i.e. --benchmarks keystep

For example here is what your command would look like:

egoexo -o <out-dir> --parts take_vrs_noimagestream --benchmarks keystep

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,
Miguel.

@qingxinxia
Copy link
Author

Thank you very much!

I'm waiting for the access key to download.

Hopefully, everything goes well.

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

2 participants