MATLAB: Pixel labeling for Training RCNN detector

pixel labeling by groundtruth for rcnn detector

Hi Guys
Just asking Is it possible to make Pixel labeling by groundTruth for RCNN Detector

Best Answer

Hi,
I am assuming pixel labelling here means to doing Semantic Segmentation of the image you may be working on. Since rcnnObjectDetector is used specifically for Object Detection in a image and Object classification it cannot be used for doing semantic segmentation. You may get started with Semantic Segmentation using Deep Learning for pixel labelling.
For learning more about semantic segmentation you may refer to the following:
You may refer to unetLayers and segnetLayers as these are generally used as a headstart in Semantic Segmentation.