Open manhcuogntin4 opened 6 years ago
Change this XML format accordingly
Hi there, I am facing the same issue: I want bounding boxes to be in a format that can be used with TensorFlow: [(xmin, ymin) and (xmax,ymax)]
is there a way that we can convert the default LabelMe annotations into the above formats? Thanks!
Hi, I want to know how to convert the output of LabelMe to MS Coco style ? I want to train the Mask-RCNN with the output of LabelMe Annotation but the output is Pascal Voc not MS Coco. Thank !