LabelMeAnnotationTool icon indicating copy to clipboard operation
LabelMeAnnotationTool copied to clipboard

How to create the MS Coco style dataset ?

Open manhcuogntin4 opened this issue 6 years ago • 3 comments

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 !

manhcuogntin4 avatar Mar 05 '18 16:03 manhcuogntin4

Change this XML format accordingly

Abhijit-2592 avatar Mar 06 '18 03:03 Abhijit-2592

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)]

Reference: https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/using_your_own_dataset.md

is there a way that we can convert the default LabelMe annotations into the above formats? Thanks!

shreyapandit avatar Mar 17 '18 23:03 shreyapandit

https://patrickwasp.com/create-your-own-coco-style-dataset/

salvador-blanco avatar Feb 26 '19 08:02 salvador-blanco