facebookresearch / ego4d-goalstep

Ego4D Goal-Step: Toward Hierarchical Understanding of Procedural Activities (NeurIPS 2023)
MIT License
38 stars 0 forks source link

The path of the annotation file #3

Closed chenjoya closed 11 months ago

chenjoya commented 11 months ago

Hi Yale! Thanks for your amazing work! We have been waiting for its release to do some evaluation. So excited!

I just follow your provided command to download the annotation, but I cannot find it:

image

Is the annotation merged with other benchmarks?

yalesong commented 11 months ago

Hi Joya! Thanks for the early interest! I am looping in @miguelmartin75 for help on download. The goal-step annotation is independent of other benchmarks at the moment.

miguelmartin75 commented 11 months ago

Can you upgrade your ego4d package? i.e pip install ego4d --upgrade

Then redownload. Let me know if that still doesn't work.

Edit: also send the command you are using if it doesn't. Using the flag --benchmarks goalstep should download the goalstep annotations

yalesong commented 11 months ago

Hope this resolved the issue, Joya. Closing for now but feel free to bring this back if the issue persists.

chenjoya commented 11 months ago

Yes done! Thank you so much! Happy new year!

rmnthn commented 10 months ago

Hi @miguelmartin75, when I tried to download the annotations using "ego4d --datasets annotations --benchmark goalstep -o ./goalstep_data", I get the "botocore.exceptions.ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden" error. Anything I am missing? (Upgraded the ego4d pip package as well but it doesn't help.)

miguelmartin75 commented 10 months ago

@rmnthn

Please ensure you have your aws client configured with your license keys prior to downloading. In other words, pip install awscli and aws configure => insert your keys.