ImageNet_Utils icon indicating copy to clipboard operation
ImageNet_Utils copied to clipboard

:arrow_double_down: Utils to help download images by id, crop bounding box, label images, etc.

Results 19 ImageNet_Utils issues
Sort by recently updated
recently updated
newest added

[SECURITY.md](https://github.com/tzutalin/ImageNet_Utils/files/6868786/SECURITY.md)

# Security Policy ## Supported Versions Use this section to tell people about which versions of your project are currently being supported with security updates. | Version | Supported |...

[about-code-scanning.md](https://github.com/tzutalin/ImageNet_Utils/files/6859765/about-code-scanning.md)

Hi @tzutalin, Thank you for sharing this valuable code. Using your code I downloaded images of bird using --wnid n01503061 Now I have annotations in the following naming format: ![image](https://user-images.githubusercontent.com/4343873/27565746-f92d623a-5a94-11e7-855d-76dcfc1b0bc3.png)...

Sometimes you may only want a few images from a certain category instead of the whole set. Setting the -n option fixes the max number of images to be downloaded...

On executing ./downloadutils.py --downloadOriginalImages --wnid n03412511 i get an error message: Traceback (most recent call last): File "downloadutils.py", line 54, in downloader.downloadOriginalImages(id, username, accessKey) File "./libs/imagedownloader.py", line 120, in downloadOriginalImages...

when downloading file, the issue is as follow:T raceback (most recent call last): File "downloadutils.py", line 54, in downloader.downloadOriginalImages(id, username, accessKey) File "./libs/imagedownloader.py", line 120, in downloadOriginalImages UnboundLocalError: local variable...

I am following the steps on Windows 10 and I think there is something I should change. When I run `python downloadutils.py --downloadImages --wnid n03492922` in _D:\dataset\safet_helmet_dataset\ImageNet_Utils>_ I have the...