Hello there,
firstly congratulations and thanks for that great work!
Unfortunately I have problems downloading the data.
I already received an “Access ID” and an “Access Key”.
I installed and configured the download client using:
conda create -n ego4d python=3.11 -y
conda activate ego4d
pip install ego4d --upgrade
pip install awscli
aws configure
AWS Access Key ID [None]: <Access ID>
AWS Secret Access Key [None]: <Access Key>
Default region name [None]: us-west-1
Default output format [None]: json
Then I tried to download using:
egoexo -o C:\Users\Admin\Downloads
And ended up with this error message:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\Admin\anaconda3\envs\ego4d\Scripts\egoexo.exe\__main__.py", line 7, in <module>
File "C:\Users\Admin\anaconda3\envs\ego4d\Lib\site-packages\ego4d\egoexo\download\cli.py", line 11, in main
download_main(args)
File "C:\Users\Admin\anaconda3\envs\ego4d\Lib\site-packages\ego4d\internal\download\cli.py", line 185, in main
assert pathmgr.exists(
AssertionError: metadata does not have a manifest path (looking at s3://ego4d-consortium-sharing/egoexo-public/v1/metadata\manifest.json)
I thought it might be that the credentials for AWS are wrong, as I get the same error, when I just put “non-sense” there (and because I found this post: Metadata does not have a manifest path when download ego-exo4d - #11 by ahashi), so I requested and retrieved new credentials, however the problem persists.
I also tried the same on Ubuntu, with different regions, from different locations/networks and so on…
Any helpful advice would be much appreciated. Thanks a lot in advance!