Clear Filters
Clear Filters

Train RCNN Object Detector

1 view (last 30 days)
Khai Hong Chin
Khai Hong Chin on 13 Jan 2017
As the example in DeepLearningRCNNObjectDetector from MATLAB, the ROI of the image is a rectangular shape.
Similarly, the requirement of the ground truth to use to train a RCNN Object Detector must be in the format of
[x,y,width,height]
My question is that any possible way to make the ROI in a trapezium shape by modify the ways of the trainer takes the ground truth?
For example, the ground truth in the format of
[x1,y1,x2,y2,x3,y3,x4,y4]
and the trainer only take the features within this ROI.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!