How to annotate the ground truth for image segmentation?

前端 未结 6 526
-上瘾入骨i
-上瘾入骨i 2021-02-02 02:31

I\'m trying to train a CNN model that perform image segmentation, but I\'m confused how to create the ground truth if I have several image samples?

Image segmentation ca

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-02 02:52

    One tool that pops to mind is MIT's LabelMe toolbox: this toolbox is mainly for browsing the existing labeled images of the dataset, but it has an option to annotated new images as well.

    There's alos this github repository for COCO UI you might find useful.

提交回复
热议问题