【发布时间】:2018-11-11 12:59:18
【问题描述】:
在训练 Tensorflow 对象检测模型时,我想查看测试数据的平均精度 (mAP)。在两个控制台中运行train.py和eval.py,可以查看训练数据的丢失率,甚至可以通过
查看测试集图像中检测到的物体张量板 --logdir=model_dir/
但是没有显示测试集的精度标量。
我在 windows 10 上使用 python 3,并使用成功安装了 pycocotools;
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
干杯
【问题讨论】:
标签: python tensorflow tensorboard