Do we have do do image resizing to train and test using R-CNN object detector in matlab?
3 views (last 30 days)
Show older comments
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.
0 Comments
Answers (1)
VaL V6
on 21 Oct 2019
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:
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!