【发布时间】:2018-10-15 21:54:47
【问题描述】:
sample_distorted_bounding_box(
image_size,
bounding_boxes,
...
)
提供并返回边界框 [y_min, x_min, y_max, x_max]。边界框坐标是相对于底层图像的宽度和高度在 [0.0, 1.0] 中的浮点数。
该函数会返回一个随机扭曲的边界框,为什么我需要在使用前指定一个边界框?
【问题讨论】:
标签: python-3.x tensorflow