cnn中的超参数参数设置_了解更快的r cnn配置参数

cnn中的超参数参数设置

When I first started creating the Faster R-CNN model using TensorFlow Object Detection API, I couldn’t find the parameter definition in one place, I used to surf on web for each parameter on stack overflow and blogs. I’ve collated all those findings in this post, so that it would be easy to get a quick idea on how and what these parameters mean. It is difficult to tune the model without knowing the usage of it.

当我第一次开始使用TensorFlow对象检测API创建Faster R-CNN模型时,我找不到一个地方的参数定义,我曾经在网上浏览堆栈溢出和博客上的每个参数。 我已经整理了这篇文章中的所有这些发现,以便您可以轻松地快速了解这些参数的含义和含义。 在不了解模型用法的情况下很难对其进行调整。

TensorFlow Object Detection API comes with default config file(models/research/object_detection/samples/configs/) which is trained on various datasets. For tuning the model, we need to understand what each parameter mean in the config file.

TensorFlow对象检测API带有默认的配置文件(模型/研究/ object_detection /样本/ configs /),该文件在各种数据集上进行了训练。 为了调整模型,我们需要了解配置文件中每个参数的含义。

Below are the details of Faster R-CNN model parameters in the TensorFlow Object Detection API config file.

以下是TensorFlow对象检测API配置文件中的Faster R-CNN模型参数的详细信息。

num_classes : Number of objects to be detected

num_classes :要检测的对象数

image_resizer: Image dimensional is important for object detection. There are two types — fixed_shape_resizer and keep_aspect_ratio_resizer

image_resizer :图像尺寸对于物体检测很重要。 有两种类型:fixed_shape_resizer和keep_aspect_ratio_resizer

fixed_shape_resize: This will pad the minor dimension instead of skewing

  • 0
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值