epic-kitchens / epic-kitchens-download-scripts

Download scripts for EPIC-KITCHENS
122 stars 27 forks source link

typo(?) in download script #12

Closed henrypowell87 closed 3 years ago

henrypowell87 commented 3 years ago

Just a quick comment to say I had a small issue when downloading parts of the dataset. Specifically

python epic-kitchens-downloader.py --object-detection-images

as specified in the ReadMe returned an error:

epic_downloader.py: error: unrecognized arguments: --object-detection-images

Turns out that the correct usage is:

python epic-kitchens-downloader.py --object-detection_images

Which I think is different from what the ReadMe suggests. Took 5 seconds to correct but might be worth updating the script/ ReadMe to prevent future issues.

Cheers.

mwray commented 3 years ago

Thanks for noticing! This should be fixed in e587d1b