Error in using R-CNN Network to detect an object.
Ältere Kommentare anzeigen
I am working with R-CNN to identify an arrow. It works with one R-CNN network and when i try to run the same code with another R-CNN trained network it shows the following error.

In the following picture shows the i code i am using.

In the code, in the detect function if i use "rcnnArrow" , a R-CNN trained Network, there is no error. But if i use "rcnndifferentarrows1" another trained R-CNN network, it shows the error in the first picture. In the figure below shows the two variables in the workspace.

How can i rectify this problem?
3 Kommentare
Ajay Pattassery
am 1 Nov. 2019
uint8 is a valid image type for an R-CNN object detector.
- Can you attach the rcnndifferentarrows1 detector?
- Also, paste the complete error output as it is. (I guess the above is a part of error)
Philip Kanjirathingal Kurian
am 4 Nov. 2019
Ajay Pattassery
am 4 Nov. 2019
can you put a break point on the following line
[Bbox, Score, Labels]= detect(rcnndifferentarrows1, image)
and paste the output of
which detect
whos image
disp(rcnndifferentarrows1)
Antworten (0)
Kategorien
Mehr zu Object Detection finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!