【发布时间】:2021-07-23 09:49:25
【问题描述】:
当我评估检查点时,TF 只显示所有标签上的 mAP,但我需要每个标签的结果。
我的 pipline.config:
eval_config: {
metrics_set: "coco_detection_metrics"
use_moving_averages: false
batch_size: 1;}
我尝试了“all_metrics_per_category”和“include_metrics_per_category”,但没有成功,所以我不知道这是否能解决我的问题。
【问题讨论】:
标签: tensorflow object-detection