maodoudou168 / BDD100K2VOC2012

Python codes to transfer the labels of BDD100K with json format to xml format of VOC2012
4 stars 0 forks source link

bug report #1

Open gittigxuy opened 6 years ago

gittigxuy commented 6 years ago

感谢你的repo 不过我在运行你的代码的时候,感觉你这个repo有问题,希望尽快修改

1)json2xml.py文件line67,68,你的img.shape[0],img.shape[1]写反了 2)每张图片当中没有最后一个检测信息,需要添加一行代码

在遍历allData的循环当中 else: one_image.append(allData[i-1])#处理每张图片的最后一个检测信息

andeyeluguo commented 5 years ago

说的没错

Gaondong commented 5 years ago

接gittigxuy 大佬 debug最后一张图片没有生成标注文件问题 加在45行, 43行的if内部嵌套 if i==len(allData)-1: one_img.append((allData[i])) j += 1 img_all.append(one_img)