ssaru / convert2Yolo

This project purpose is convert voc annotation xml file to yolo-darknet training file format
458 stars 182 forks source link

Why the number of output txt are less than the number of input ?(4952/5000 from coco-instances_val2017) #29

Open tuyu0423 opened 4 years ago

tuyu0423 commented 4 years ago

I convert instances_val2017.json in coco dataset, there are 5000 images in validation set, but I only got 4952 output txt. I am wondering why there's difference between them.(I expect to have 5000 output txt)