machine-learning - Tensorflow对象检测API中的模型配置参数是什么?

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

Config file有一些参数我不太理解。我会在这里提到它们。

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

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

最佳答案

第一阶段特征步幅描述了输出步幅。

所以你必须了解输入和输出步幅之间的区别。请选择这个answer .

那么高度步幅是相同的,这描述了 anchor 在真实图像中与最终特征图的行为方式。

关于machine-learning - Tensorflow对象检测API中的模型配置参数是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45287559/

相关文章:

python - 来自 Google 的 TensorFlow - 数据安全

opencv - 在3D图像中查找表面

computer-vision - 如何在暗网中为 YoloV3 进行迁移学习

algorithm - 用opencv区分对象

python - 通过视频检测物体位置

hadoop - 在Mahout中使用Logistic回归

image-processing - 带填充的平均池的期望行为是什么?

python - 神经网络预测区间——MVE方法

matlab - 单应图像变换失真问题

machine-learning - SVM - 我可以标准化 W 向量吗?