Do we have do do image resizing to train and test using R-CNN object detector in matlab?

I am using R CNN object detector to detect other object. But getting wrong bounding boxes for many cases. Do we have to resize the images or any image size is ok? I have not resized when I used image labeler app for labelling the images also.

Answers (1)

Hello,
yes, you have to resize both the images and the boudig box that you want to use to train the detector. You can perform this process anytime.
There is a detailed explanation here:

Asked:

on 15 Feb 2018

Answered:

on 21 Oct 2019

Community Treasure Hunt

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

Start Hunting!