matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.58k stars 11.69k forks source link

convert images to coco format #151

Open Liron-2 opened 6 years ago

Liron-2 commented 6 years ago

hi,

Did somebody convert images (jpg/png) to coco format?

Thanks

dexter1608 commented 6 years ago

did you find any answer?

alwansm commented 6 years ago

hello,

does anyone find any answers? If yes please share it. I need to generate a new dataset. So in case I understand the format I will be able to generate it with annotations directly

maryamag85 commented 6 years ago

same issue here

simonMadec commented 6 years ago

same here

waspinator commented 6 years ago

I wrote a library and article to help with creating COCO style datasets.

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

alwansm commented 6 years ago

I think this might help #269 Check the comment of waleedka. he shared the following link https://engineering.matterport.com/splash-of-color-instance-segmentation-with-mask-r-cnn-and-tensorflow-7c761e238b46

Robinchacko commented 5 years ago

Has anyone found a solution for the above-mentioned problem?