How to annotate the ground truth for image segmentation?
问题 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 can classify each pixel in input image to a pre-defined class, such as cars, buildings, people, or any else. Is there any tools or some good idea to create the ground truth for image segmentation? Thanks! 回答1: Try out https://www.labelbox.io/. Here is what their image segmentation template looks like... A lot of the code is open