How to annotate the ground truth for image segmentation?

前端 未结 6 530
-上瘾入骨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:35

    I created an open source tool called COCO Annotator: It provide any features where other tools fall short:

    • Directly export to COCO format
    • Segmentation of objects
    • Useful API endpoints to analyze data
    • Import datasets already annotated in COCO format
    • Annotated disconnected objects as a single instance
    • Labeling image segments with any number of labels simultaneously
    • Allow custom metadata for each instance or object
    • Magic wand/select tool
    • Generate datasets using google images
    • User authentication system

提交回复
热议问题