【问题标题】:Tensorflow Object-detection apiTensorFlow 对象检测 api
【发布时间】:2018-10-20 04:03:53
【问题描述】:

如何利用tensorflow object detection api在推理时绘制ground truth边界框和预测边界框?

如何使用带有 KITTI 数据集的 SSD 模型计算对象检测的精度、召回率和 mAP?

【问题讨论】:

  • @Srikanth 感谢您的指导......它真的对我有用。我做了一些改变并能够得出基本事实

标签: tensorflow object-detection-api precision-recall


【解决方案1】:

我建议你看看下面提到的网站:

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/training.html

如果您使用预训练模型,并且在 TensorFlow 模型花园动物园中有大量此类模型,您也可以自定义模型。使用 TensorFlow 模型的另一个优点是此类模型的精度是预先测量的,您无需再次测量它们,如下图所示:

但是对于您问题的第二部分,我可以说您可以下载 LabelImage GUI 并使用它在您的火车图像上创建边界框并将它们提供给 TensorFlow object-detection-API

【讨论】:

    猜你喜欢
    • 2017-12-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-01-17
    • 2021-02-01
    • 2019-11-14
    • 2019-09-12
    • 1970-01-01
    相关资源
    最近更新 更多