I’m currently working on a project that requires downloading images of buildings and related objects from ImageNet, including their bounding boxes. I intended to use the ImageNet_Utils to facilitate this process.
However, I’ve encountered an issue: the URL https://image-net.org/synset?wnid=n02084071 seems to be broken.
My requirements are as follows:
1. Download all images that contain buildings or related objects.
2. Include bounding boxes for these objects.
I’ve been searching for alternative methods or updated resources to download these images and their annotations. Has anyone faced a similar issue or could anyone suggest the best way to achieve this?
Any guidance or pointers would be greatly appreciated!
Thanks in advance.