ImageNet_Utils icon indicating copy to clipboard operation
ImageNet_Utils copied to clipboard

Help! Downloaded image file names do not match to xml annotation file names

Open Jumabek opened this issue 7 years ago • 4 comments

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

However, name of the downloaded images for the same wnid don't match with its annotations:

image

Could you please give me any hint on what I am missing here. Thx!

Jumabek avatar Jun 27 '17 00:06 Jumabek

Hey! they provide you a way of labeling images yourself. but since you have the bounding boxes try having a look at this: https://github.com/nerdykamil/ImageNet_Tool

nerdykamil avatar Feb 08 '18 06:02 nerdykamil

Made a fork where the images are downloaded with the correct filenames. Check here

adoval4 avatar Feb 23 '18 20:02 adoval4

@adoval4 I used your code to download bounding boxes, but it seems many image names are still not matching the annotation xml files. What is the relation supposed to be between the image names and xml names? I searched some of the image names in the annotation folder, but there were no xml files for those names. Please advise.

Nirvan101 avatar Jun 14 '18 06:06 Nirvan101

Hi Nirvan,

Well if you review the imagenet documentation you will see that not all images have annotations (for some classes there are very little and for some none). You can check more here http://image-net.org/download-bboxes.

Best!

Adolfo M. Valdivieso *CTO & Founder @ Tullpi | MIT TR35 * *Graduate Studies Program @ Singularity University **| *Bs. Physics @ UNI Whatsapp: (+51) 950862507 | Brasil: (+55) 19 994532808 [email protected] La información contenida en este e-mail y sus anexos es confidencial, privilegiada y está dirigida exclusivamente a su destinatario, en consecuencia, solo puede ser utilizada por aquel. Si usted no es el destinatario original, no deberá examinar, usar, copiar o distribuir este mensaje o la información que contiene. Si lo recibe por error, por favor reenvíelo a la persona que se lo envió y elimínelo. Cualquier retención o uso total o parcial no autorizada de este mensaje está estrictamente prohibida y sancionada por ley.

El jue., 14 jun. 2018 a las 3:21, Nirvan Anjirbag ([email protected]) escribió:

@adoval4 https://github.com/adoval4 I used your code to download bounding boxes, but it seems many image names are still not matching the annotation xml files. What is the relation supposed to be between the image names and xml names? I searched some of the image names in the annotation folder, but there were no xml files for those names. Please advise.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tzutalin/ImageNet_Utils/issues/11#issuecomment-397184319, or mute the thread https://github.com/notifications/unsubscribe-auth/ACM61m4chECnmyc5W99PQzBlZZwdalh4ks5t8gDfgaJpZM4OGA2C .

adoval4 avatar Jun 18 '18 15:06 adoval4