Polygon Labelling from ground Truth Label for Traing RCNN
조회 수: 2 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
채택된 답변
Athul Prakash
2019년 9월 24일
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.
댓글 수: 0
추가 답변 (1개)
Birju Patel
2021년 3월 26일
Polygon labeling is supported in R2021a:
https://mathworks.com/help/vision/ug/label-objects-using-polygons.html
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!