mbuckler / youtube-bb

Public repo for helpful scripts when using the YouTube Bounding Boxes dataset
MIT License
193 stars 57 forks source link

Getting this error while trying to download the videos...please help! #7

Closed SafatMahmood closed 7 years ago

SafatMahmood commented 7 years ago

Hi I am really new to this and I am getting the following error...any help?

MBP:youtube-bb-master_jul19 Mac$ python3 download.py [videos] [30]

Traceback (most recent call last): File "download.py", line 43, in parse_and_sched(sys.argv[1],int(sys.argv[2])) ValueError: invalid literal for int() with base 10: '[30]'

mbuckler commented 7 years ago

Cool, all you need to do is remove the brackets around your arguments like below:

python3 download.py videos 30

If this solves your issue please close this issue, thanks!

mbuckler commented 7 years ago

Oops, I accidentally closed the issue prematurely