How to detect multiple stop sign using RCNN?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I've tried the code given in the documentation as below.
It work. Then I try to change the testing image with this image (attachment). But the code only detect one stop sign as the result attachment.
I've tried to comment one line in the code that display only the stongest score. But it still detect one stop sign. supposedly there are 3 stop sign that can be found in the image.
% Display strongest detection result.
[score, idx] = max(score);
How can I improve the code to make it able to detect multiple stop sign?
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!