【问题标题】:What are the model configuration parameters in tensorflow object detection API?tensorflow 对象检测 API 中的模型配置参数有哪些?
【发布时间】:2017-07-24 18:26:16
【问题描述】:

Config file 中有一些参数我没有正确理解。我会在这里提到它们。

first_stage_features_stride - 这是输入/输出的比例吗?

height_stride(在 first_stage_anchor_generator 中)- 这是什么?

【问题讨论】:

    标签: machine-learning computer-vision object-detection tensor


    【解决方案1】:

    第一阶段特征步幅是描述什么是输出步幅。

    因此,您必须了解输入和输出步幅之间的区别。请使用这个answer

    那么高度步幅是相同的,它描述了锚点在真实图像中的行为方式w.r.t最终的特征图。

    【讨论】:

      猜你喜欢
      • 2019-11-12
      • 2019-03-20
      • 2019-11-09
      • 1970-01-01
      • 2020-11-02
      • 1970-01-01
      • 2018-03-30
      • 2019-01-11
      • 2021-12-18
      相关资源
      最近更新 更多