mustafa2ak commited on
Commit
0f51f8c
·
verified ·
1 Parent(s): a22aaed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ class DatasetCollectionApp:
128
  x1, y1, x2, y2 = map(int, track.bbox)
129
 
130
  # Bold box only
131
- cv2.rectangle(frame, (x1, y1), (x2, y2), color, 6)
132
 
133
  out.write(frame)
134
  frame_num += 1
 
128
  x1, y1, x2, y2 = map(int, track.bbox)
129
 
130
  # Bold box only
131
+ cv2.rectangle(frame, (x1, y1), (x2, y2), color, 8)
132
 
133
  out.write(frame)
134
  frame_num += 1