【问题标题】:Changing the anchor size for transfer learning更改迁移学习的锚大小
【发布时间】:2020-03-19 00:31:53
【问题描述】:

我想检测一些小物体,我想知道更改 Faster_rcnn.config 文件中的锚大小是否会使模型在迁移学习中表现更好,或者模型需要从头开始训练? 我在 Object detection model zoo 上使用预训练模型作为微调检查点。

“.config”文件有以下参数:

first_stage_anchor_generator {
grid_anchor_generator {
scales: [0.25, 0.5, 1.0, 2.0]
aspect_ratios: [0.5, 1.0, 2.0]
height_stride: 8
width_stride: 8

感谢您的回答和帮助!

【问题讨论】:

    标签: python tensorflow object-detection


    【解决方案1】:

    最好的方法是使用 Kmeans 进行聚类。这是一个非常有用的文件。 Kmeans

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-03-31
      • 1970-01-01
      • 2017-09-14
      • 2020-05-13
      • 2018-10-04
      • 2019-12-17
      • 1970-01-01
      • 2020-10-31
      相关资源
      最近更新 更多