-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Hi everyone,
I'm attempting to download the Aria Everyday Activities (AEA) dataset using the aria_dataset_downloader tool, but I'm encountering the following error:
Traceback (most recent call last):
File "/Users/sihatafnan/projectaria_tools_python_env/bin/aria_dataset_downloader", line 8, in <module>
sys.exit(main())
File "/Users/sihatafnan/projectaria_tools_python_env/lib/python3.10/site-packages/projectaria_tools/utils/datasets/dataset_downloader_main.py", line 91, in main
all_data_groups = load_data_groups_from_cdn(args.cdn_file)
File "/Users/sihatafnan/projectaria_tools_python_env/lib/python3.10/site-packages/projectaria_tools/utils/datasets/dataset_downloader_utils.py", line 102, in load_data_groups_from_cdn
raise Exception("invalid cdn_file, missing key: sequence_config")
Exception: invalid cdn_file, missing key: sequence_config
I followed the official instructions from the Project Aria documentation, including downloading the CDN JSON file via the "Access the Datasets" link on the AEA page. However, the downloader fails with the above error.
Has anyone else encountered this issue? Is there an updated or corrected CDN JSON file available for the AEA dataset?
Thanks in advance for your assistance!
Metadata
Metadata
Assignees
Labels
No labels