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

fail to download annotations_540ss #154

Open
idejie opened this issue Oct 25, 2022 · 8 comments
Open

fail to download annotations_540ss #154

idejie opened this issue Oct 25, 2022 · 8 comments
Labels

Comments

@idejie
Copy link

idejie commented Oct 25, 2022

Successful command:

ego4d --output_directory="F:/" --datasets annotations
ego4d --output_directory="G:/" --datasets video_540ss

Failed Command:

ego4d --output_directory="F:/" --datasets annotations_540ss

Error:

Warning: Non-standard Dataset Specfied (Allowed, will attempt download): ['annotations_540ss']
Datasets to download: {'annotations_540ss'}
Download Path: F:\v1
Ego4D Metadata: F:\ego4d.json
Checking requested datasets and versions...
Created download directory for version 'v1' of dataset: 'annotations_540ss' at: F:\v1\annotations_540ss
Traceback (most recent call last):
  File "C:\Anaconda\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Anaconda\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Anaconda\Scripts\ego4d.exe\__main__.py", line 7, in <module>
  File "C:\Anaconda\lib\site-packages\ego4d\cli\cli.py", line 251, in main
    main_cfg(config)
  File "C:\Anaconda\lib\site-packages\ego4d\cli\cli.py", line 119, in main_cfg
    manifest_path = download_manifest_for_version(
  File "C:\Anaconda\lib\site-packages\ego4d\cli\manifest.py", line 159, in download_manifest_for_version
    _manifest_object(version, dataset, s3).download_file(str(download_path))
  File "C:\Anaconda\lib\site-packages\boto3\s3\inject.py", line 359, in object_download_file
    return self.meta.client.download_file(
  File "C:\Anaconda\lib\site-packages\boto3\s3\inject.py", line 190, in download_file
    return transfer.download_file(
  File "C:\Anaconda\lib\site-packages\boto3\s3\transfer.py", line 320, in download_file
    future.result()
  File "C:\Anaconda\lib\site-packages\s3transfer\futures.py", line 103, in result
    return self._coordinator.result()
  File "C:\Anaconda\lib\site-packages\s3transfer\futures.py", line 266, in result
    raise self._exception
  File "C:\Anaconda\lib\site-packages\s3transfer\tasks.py", line 269, in _main
    self._submit(transfer_future=transfer_future, **kwargs)
  File "C:\Anaconda\lib\site-packages\s3transfer\download.py", line 354, in _submit
    response = client.head_object(
  File "C:\Anaconda\lib\site-packages\botocore\client.py", line 507, in _api_call
    return self._make_api_call(operation_name, kwargs)
  File "C:\Anaconda\lib\site-packages\botocore\client.py", line 943, in _make_api_call
    raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden
@Linusnie
Copy link

Linusnie commented Jun 26, 2023

same here with ego4d --output_directory="~/ego4d_data" --datasets viz, did you find a solution? Same with the run_vis.sh script

@Maxlinn
Copy link

Maxlinn commented Jul 26, 2023

it seems annotations_540ss does not exist, i'm sure my connection is ok and spelling is correct, but still get 403.

@Linusnie
Copy link

@idejie for me the issue was that I was trying to download a dataset that does't exist, which gives this error. If I remember right the solution in my case was to add --version v2

@Maxlinn
Copy link

Maxlinn commented Jul 28, 2023

thanks for repsonding but neither --version v1 or --version v2 is ok, both are 403.

@jun297
Copy link

jun297 commented Jul 31, 2023

Same issue for me with --dataset annotations_540ss clips_540ss

@BolinLai
Copy link

Same here

@Haawron
Copy link

Haawron commented Aug 31, 2023

Still not working for annotations_540ss

@Y-Haneji
Copy link

Similar issue for me with --dataset clips_540ss.
Are there no 540ss versions?

@SJTUwxz SJTUwxz added the ego4d label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants