Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
| 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
|