MATLAB: Polygon Labelling from ground Truth Label for Traing RCNN

polygon labelling from ground truth label for traing rcnn

Hi guys
Just asking is it possible to you Polygon Labelling from ground Truth Label for Training RCNN Detector if no how to do that
Thanks

Best Answer

I don't think polygonal labels are specifically supported at this time.
Have a look at pixelLabelDatastore:
This would allow you to handle pixel-wise labels. Thus, the underlying objects can be of any shape. It is used for general semantic segmentation tasks.
Also see this example.