khengkok commited on
Commit
6a39ddc
1 Parent(s): bb84b10

change thickness

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def predict2(image_np):
63
  max_boxes_to_draw=200,
64
  min_score_thresh=.60,
65
  agnostic_mode=False,
66
- line_thickness=2)
67
 
68
  result_pil_img = tf.keras.utils.array_to_img(image_np_with_detections[0])
69
 
 
63
  max_boxes_to_draw=200,
64
  min_score_thresh=.60,
65
  agnostic_mode=False,
66
+ line_thickness=3)
67
 
68
  result_pil_img = tf.keras.utils.array_to_img(image_np_with_detections[0])
69