naoto0804 / cross-domain-detection

Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation [Inoue+, CVPR2018].
https://naoto0804.github.io/cross_domain_detection/
421 stars 77 forks source link

Image size does not match in Clipart1k #39

Open XuYunqiu opened 3 years ago

XuYunqiu commented 3 years ago

Hi, thanks for sharing the datasets. I find a mismatch issue about an image and its annotation.

The image JPEGImages/681633840.jpg in Clipart1k dataset has a size of 300*213. But its annotation Annotations/681633840.xml shows it should have a width of 600 and a height of 594.

I try to resize the image to the size provided in the annotation. However, bounding boxes cannot cover objects correctly.

image

pengjw23 commented 1 year ago

I have the same question with you, had you solved this problem?

XuYunqiu commented 1 year ago

I have the same question with you, had you solved this problem?

No, I didn't. I just resized the image according to its annotation, and used its image-level labels for training. I find several images whose size are inconsistent with their annotations. I have listed them in https://github.com/XuYunqiu/H2FA_R-CNN/blob/main/mismatch_anno_list.txt