remotewith commited on
Commit
4d29305
1 Parent(s): e1c8939

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -178,8 +178,8 @@ def show_preds_video(video_path):
178
  for (x11,y11,x12,y12) in zip(x1,y1,x2,y2):
179
  cv2.rectangle(
180
  img,
181
- (x11,y11),
182
- (x12,y12),
183
  color=(0, 0, 255),
184
  thickness=2,
185
  lineType=cv2.LINE_AA
 
178
  for (x11,y11,x12,y12) in zip(x1,y1,x2,y2):
179
  cv2.rectangle(
180
  img,
181
+ (x11-50,y11-50),
182
+ (x12-50,y12-50),
183
  color=(0, 0, 255),
184
  thickness=2,
185
  lineType=cv2.LINE_AA