Closed henrypowell87 closed 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.
Thanks for noticing! This should be fixed in e587d1b
Just a quick comment to say I had a small issue when downloading parts of the dataset. Specifically
as specified in the ReadMe returned an error:
Turns out that the correct usage is:
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.