@xiaojie1017 Thanks for building and open-sourcing this dataset!
However, I noticed that the height and the width are wrongly annotated in some xml files.
To verify such errors exist, you could refer to the xml annotations of the two images below.
- 01e070bf7ddddf7afca0d4556418f7bdaa841a29.jpg
- 0cde37c020e9bfb176f0748ecb10107fbfdf9047.jpg
The similiar error exists in around 10% or more of this dataset. It cause problems when the width and height are directly read from the xml annotation instead of the image file (I found this problem when I try to convert these annotations into yolo format).
A revision on the annotation would be nice, or there should be a note in the readme suggesting that the height and width in xml files are not trustworthy.
@xiaojie1017 Thanks for building and open-sourcing this dataset!
However, I noticed that the height and the width are wrongly annotated in some xml files.
To verify such errors exist, you could refer to the xml annotations of the two images below.
The similiar error exists in around 10% or more of this dataset. It cause problems when the width and height are directly read from the xml annotation instead of the image file (I found this problem when I try to convert these annotations into yolo format).
A revision on the annotation would be nice, or there should be a note in the readme suggesting that the height and width in xml files are not trustworthy.