We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a577d3 commit e2f3d91Copy full SHA for e2f3d91
python/test_yolov5.py
@@ -23,4 +23,5 @@
23
saveto = "single_inference/yolov5.car.jpg"
24
print(f"Save to {saveto}")
25
26
-cv2.imwrite(saveto, image)
+cv2.imwrite(saveto, image)
27
+
0 commit comments