-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help! Downloaded image file names do not match to xml annotation file names #11
Comments
Hey! they provide you a way of labeling images yourself. but since you have the bounding boxes try having a look at this: |
Made a fork where the images are downloaded with the correct filenames. Check here |
@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. |
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
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACM61m4chECnmyc5W99PQzBlZZwdalh4ks5t8gDfgaJpZM4OGA2C>
.
|
Hi @tzutalin,
Thank you for sharing this valuable code.
![image](https://user-images.githubusercontent.com/4343873/27565746-f92d623a-5a94-11e7-855d-76dcfc1b0bc3.png)
Using your code I downloaded images of bird using --wnid n01503061
Now I have annotations in the following naming format:
However, name of the downloaded images for the same wnid don't match with its annotations:
Could you please give me any hint on what I am missing here.
Thx!
The text was updated successfully, but these errors were encountered: