Tensorflow Faster R-CNN with Resnet-50 (v1) Object Detection API 每张图片只有一个边界框
Tensorflow Faster R-CNN with Resnet-50 (v1) Object Detection API Results Only One Bounding Box on Per Image
环境:
- Google 合作实验室。
- TPU.
数据集:
- 自定义数据集。
- 数量类=1
结果:
预期结果:
而 运行 推理代码更改:
'max_boxes_to_draw=5' #max number of bounding boxes in the image
您将在图像上获得指定数量的边界框。
环境:
- Google 合作实验室。
- TPU.
数据集:
- 自定义数据集。
- 数量类=1
结果:
预期结果:
而 运行 推理代码更改:
'max_boxes_to_draw=5' #max number of bounding boxes in the image
您将在图像上获得指定数量的边界框。