HOW TO CALCULATE RECALL, PRECISION AND IoU test data deep learning
Show older comments
Dear all,
I want to calculate precision and recall for my test data. But I gor Error. Because my data is 3D. (as attached)
[precision,recall] = bboxPrecisionRecall(volMask1,tempSeg1)
ERROR
Error using bboxPrecisionRecall
Expected boundingBoxes to be two-dimensional.
Error in bboxPrecisionRecall>validateNonTableInput (line 153)
validateattributes(bbox, {'numeric'},...
Error in bboxPrecisionRecall (line 110)
validateNonTableInput(boundingBoxes, 'boundingBoxes');
Accepted Answer
More Answers (0)
Categories
Find more on Semantic Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!