I need to set a quantitative goal for object recognition, but I don’t know how to set it. Is there an MAP value that the industrial site requires?
you don’t set this, but measure.
for object detection, use IOU / jaccard distance of detected rects vs ground truth data
(for recognition it’s just num_correct_labels / all_predictions)