Skip to content

Commit e2f3d91

Browse files
committed
updated test_yolov5.py
1 parent 8a577d3 commit e2f3d91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/test_yolov5.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@
2323
saveto = "single_inference/yolov5.car.jpg"
2424
print(f"Save to {saveto}")
2525

26-
cv2.imwrite(saveto, image)
26+
cv2.imwrite(saveto, image)
27+

0 commit comments

Comments
 (0)