1. 程式人生 > >tensorflow出現Tried to convert 'min_object_covered' to a tensor and failed錯誤時

tensorflow出現Tried to convert 'min_object_covered' to a tensor and failed錯誤時

當執行程式出現如下錯誤時,

解決辦法是找到

bbox_begin, bbox_size, _ = tf.image.sample_distorted_bounding_box(
    tf.shape(image), bounding_boxes=bbox,min_object_covered=0.1)