voc2coco icon indicating copy to clipboard operation
voc2coco copied to clipboard

Convert pascol voc annotation xml to COCO json format.

Results 7 voc2coco issues
Sort by recently updated
recently updated
newest added

why '-1' in state which convert xmin and ymin

**first** I write this according to your guide: xml_list_path = os.path.join(sys.path[1],"dataset/label/annotation2021") convert("xmllist.txt", xml_list_path, "output.json") and raise a error:FileNotFoundError: [Errno 2] No such file or directory my xmllist contains all the...

I run the program according to the requirements, and there are some mistakes. How can I solve them? Processing 040002800.xml Traceback (most recent call last): File "voc2coco.py", line 137, in...

In line 80 and line 81, I am not sure whether we should use width = (x_max-1) - (x_min - 1) = x_max - x_min for getting the 0-based index...

thanks for your code. i am trying to convert medical images data but getting this error. Furthermore, this is my query...python voc2coco.py /home/cuilei/voc2coco-master/train/xml /home/cuilei/voc2coco-master/output.json

Got into some trouble using this code for converting annotations. Since regular python dicts are not sorted, and this code basically scrambles the "categories" list in the annotation, any annotation...

你好,请问你前段时间参加了ecv2023皮带偏移比赛么,我想请问下您一些问题,可以加我qq 1571353752么