You could use that inside Ubuntu if you have a UI, but I’m using Paperspace so I used that to download them on my mac, used Finder to set up the train/valid directories and then zipped it and SCPed it to my Paperspace host.
The error occurs inside Jupyter Notebook UI running on Paperspace Ubuntu Machine
Below is the line
args = parser.parse_args()`
usage: ipykernel_launcher.py [-h] -k KEYWORDS [-l LIMIT]
_ [-c {red,orange,yellow,green,teal,blue,purple,pink,white,gray,black,brown}]_ ipykernel_launcher.py: error: the following arguments are required: -k/–keywords An exception has occurred, use %tb to see the full traceback.
Ohh you’re seeing this while trying to do the Google images download thing? Sorry, I thought you were seeing an issue on a course notebook. I’d just ditch that and use the extension I told you about.
That’s what I mean. Obviously if you’re wanting to build datasets of thousands of images that’s going to be an issue, but if you just need a page of Google Images data to play with then:
Use the extension
Use Finder to arrange the train/valid categorical folders
scp them to the data folder on your GPU cloud machine
Run the code using that data as PATH
If you need a working extension that can download thousands of Google Images then I don’t know of one, sorry.