ImageNet-downloader icon indicating copy to clipboard operation
ImageNet-downloader copied to clipboard

A simple way to browse ImageNet classes and download some images from it.

Results 4 ImageNet-downloader issues
Sort by recently updated
recently updated
newest added

while running browse_classes.py I am getting this error

Hi , I used download_images.py script for downloading the class forklift from Imagenet . The dataset consists of 1465 images and it shows 100% at the end. When I check...

Traceback (most recent call last): File "download_images.py", line 18, in urls = f.readlines() File "C:\Users\Mahathi\AppData\Local\Programs\Python\Python37-32\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position...

Hi, I realized a lot of the URLs do take quite a long time to finally state they can not be reached. If you'd use urllib.urlopen instead of urlretrieve you...