facebookresearch / Ego4d

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

Cannot download the "captures" part in ego-exo-4d #326

Closed jianwang-mpi closed 7 months ago

jianwang-mpi commented 7 months ago

Hello,

Recently I tried to update the ego-exo-4d dataset and I used the following command:

egoexo -o egoexo --release v2 --parts captures

However, there was an error as following:

image

Can you help me to solve this?

Thanks,

Jian Wang

miguelmartin75 commented 7 months ago

Please ignore these 15 files. I believe they are of zero-size. You can upgrade the ego4d pip package to 1.7.2 to confirm this.

jianwang-mpi commented 7 months ago

No, they are not zero-size. The total size is 25.6 KB. I upgraded the ego4d package to 1.7.2 and re-downloaded the captures part. However, the exact same issue happens again.

miguelmartin75 commented 7 months ago

Yes you are correct. I looked more deeply into this issue. These are post survey files that we have redacted due to the proficiency benchmark.

I am currently updating the downloader metadata. Please ignore this error.

miguelmartin75 commented 7 months ago

I have updated the CLI download metadata. You should not face this issue anymore. Apologies for the inconvenience and thank you for flagging this issue.

jianwang-mpi commented 7 months ago

Thanks for your message. I have another question:

If I re-run the script "egoexo -o egoexo --release v2" and it does not download anything. Does it mean that I have already completed the downloading?

Thanks!