'In the tensorflow object detection API, what is the confidence threshold applied to the detection to calculate the Coco mAP?
If you specify coco metrics in the model config file, you get an output in the terminal with the requested information. The COCO mAP is calculated over a variety of IOU threshold, but what is the confidence threshold for deciding if a bounding box is a detection? I can't track a number down in the git repo so I thought I would ask here.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|