You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have gotten credentials and I have successfully downloaded ego4d viz dataset, annotations with the following command. ego4d --output_directory="~/scratch/data/tracking/ego4d" --datasets viz annotations
I can also check that the metacsv is properly loaded even for the full_scale dataset.
However, I am not able to download the egotracks dataset. ego4d --output_directory="~/scratch/data/tracking/ego4d" --datasets egotracks
Which gives Error: botocore.exceptions.ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden
Would there be a reason why something would be possibly going wrong?
The text was updated successfully, but these errors were encountered:
Hello. I have gotten credentials and I have successfully downloaded ego4d viz dataset, annotations with the following command.
ego4d --output_directory="~/scratch/data/tracking/ego4d" --datasets viz annotations
I can also check that the metacsv is properly loaded even for the full_scale dataset.
However, I am not able to download the egotracks dataset.
ego4d --output_directory="~/scratch/data/tracking/ego4d" --datasets egotracks
Which gives Error:
botocore.exceptions.ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden
Would there be a reason why something would be possibly going wrong?
The text was updated successfully, but these errors were encountered: