【发布时间】: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