pull/35/head
Glenn Jocher 2020-06-02 23:57:58 -07:00
parent 17e4926cdf
commit 391492ee5b
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def detect(save_img=False):
# Process detections
for i, det in enumerate(pred): # detections per image
if webcam: # batch_size >= 1
p, s, im0 = path[i], '%g: ' % i, im0s[i]
p, s, im0 = path[i], '%g: ' % i, im0s[i].copy()
else:
p, s, im0 = path, '', im0s