Category "tensorflow-model-garden"

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 variet

Error using MultiWorkerMirroredStrategy to train object detection research model ssd_mobilenet_v1_fpn_640x640_coco17_tpu-8

I'm trying to train research model ssd_mobilenet_v1_fpn_640x640_coco17_tpu-8 using the MultiWorkerMirroredStrategy (by setting --num_workers=2 in the invocation