我想在自定义数据集上训练 Mobilenet SSD 模型。
我研究了重新训练模型的工作流程,并注意到配置文件中的 image_resizer{} 块:
https://github.com/tensorflow/models/blob/d6d0868209833e014074d6cb4f32558e7acf2a6d/research/object_detection/samples/configs/ssd_mobilenet_v1_pets.config#L43
这里的纵横比是否必须像 300x300 这样的 1:1 或我可以指定自定义比例?
我所有的数据集图像都是 960x256 - 所以我可以输入这个大小的高度和宽度吗?或者我是否需要调整所有图像的大小以使其纵横比为 1:1?
object-detection tensorflow object-detection-api
object-detection ×1
object-detection-api ×1
tensorflow ×1