"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "4bf675f4652759b42280103cb84ab0101cf23382"
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): ...@@ -66,7 +66,7 @@ def test_yolo_pipeline_visually(is_training=True, num=30):
data = data.take(num) data = data.take(num)
for l, (image, label) in enumerate(data): for l, (image, label) in enumerate(data):
image = tf.image.draw_bounding_boxes( 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'] 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