Welcome to 16892 Developer Community-Open, Learning,Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

Where do i find the config file?

The default metrics are based on those used in Pascal VOC evaluation.

To use the COCO object detection metrics add metrics_set: "coco_detection_metrics" to the eval_config message in the config file.

To use the COCO instance segmentation metrics add metrics_set: "coco_mask_metrics" to the eval_config message in the config file.

https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
4.4k views
Welcome To Ask or Share your Answers For Others

1 Answer

If you are using a pre-trained model from the model zoo the configuration file is the pipeline.config that is in every model-archive. If you are building your own network you have to write your pipeline.config following the guidelines. So simply edit your pipeline.config adding metrics_set: "coco_detection_metrics" in the eval_config section for COCO, the same if you want PASCAL-VOC.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to 16892 Developer Community-Open, Learning and Share
...