CSAILVision / LabelMeAnnotationTool

Source code for the LabelMe annotation tool.
MIT License
1.39k stars 437 forks source link

How to create the MS Coco style dataset ? #74

Open manhcuogntin4 opened 6 years ago

manhcuogntin4 commented 6 years ago

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 !

Abhijit-2592 commented 6 years ago

Change this XML format accordingly

shreyapandit commented 6 years ago

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!

salvador-blanco commented 5 years ago

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