Open eeric opened 3 years ago
some label format such as .txt, it exist '\n', so the 146th line in Yolo2Pascal-annotation-conversion/yolo2pascal/yoloio.py, modified as following: classIndex, xcen, ycen, w, h, = bndBox.strip("\n").split(' ')
did not use, you could try as following: https://github.com/eeric/yolo2voc2coco
some label format such as .txt, it exist '\n', so the 146th line in Yolo2Pascal-annotation-conversion/yolo2pascal/yoloio.py, modified as following: classIndex, xcen, ycen, w, h, = bndBox.strip("\n").split(' ')