facebookresearch / Ego4d

Ego4d dataset repository. Download the dataset, visualize, extract features & example usage of the dataset
https://ego4d-data.org/docs/
MIT License
343 stars 47 forks source link

Unable to download clips #26

Closed antoninofurnari closed 2 years ago

antoninofurnari commented 2 years ago

Unable to download clips whith the following command:

python -m ego4d.cli.cli --output_directory="~/ego4d_data_clips" --datasets clips annotations --benchmarks fho

I obtain a lot of warnings similar to the ones below and no clip is actually downloaded. I suspect the regex defined in manifest.py:104 is not matching anything.

WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: fho                                                                                                 WARNING:root:Invalid benchmarks manifest entry ignored: em                                                                                                  WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: fho
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: em
WARNING:root:Invalid benchmarks manifest entry ignored: fho
ebyrne commented 2 years ago

This was due to an out of sync manifest. Appreciate the spot!