Hi, I got this error from egoexo -o <output_dir>
botocore.exceptions.ProfileNotFound: The config profile (default) could not be found
How do I use my access id and key to download the dataset?
Hi, I got this error from egoexo -o <output_dir>
botocore.exceptions.ProfileNotFound: The config profile (default) could not be found
How do I use my access id and key to download the dataset?
This needs to be documented better, but essentially with your given access key you will need to:
aws configure
Insert your access keys and press enter twice for the defaults. From there you can use the downloader.
I’ve documented this now: CLI Downloader | Ego-Exo4D Documentation