Commit 54115e16 authored by Vishnu Banna's avatar Vishnu Banna
Browse files

minor updates

parent 875f3761
......@@ -66,7 +66,7 @@ def test_yolo_pipeline_visually(is_training=True, num=30):
data = data.take(num)
for l, (image, label) in enumerate(data):
image = tf.image.draw_bounding_boxes(
image, label['bbox'], [[1.0, 0.0, 1.0]])
image, label['bbox'], [[0.0, 1.0, 1.0]])
gt = label['true_conf']
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment