tree3po commited on
Commit
54b6c01
·
verified ·
1 Parent(s): 435d06a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def draw_box(image,det):
27
  end_point = ((int(ea[2]),int(ea[3])))
28
  color = (255, 0, 0)
29
  thickness = 2
30
- label = f'{det.data[i]}
31
  font = cv2.FONT_HERSHEY_SIMPLEX # Choose a font
32
  font_scale = 1
33
  color = (0, 0, 255) # Blue color
 
27
  end_point = ((int(ea[2]),int(ea[3])))
28
  color = (255, 0, 0)
29
  thickness = 2
30
+ label = f'{det.data[i]}'
31
  font = cv2.FONT_HERSHEY_SIMPLEX # Choose a font
32
  font_scale = 1
33
  color = (0, 0, 255) # Blue color