We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ae809 commit 44ceecaCopy full SHA for 44ceeca
AutomationScripts/Object Detector/object_detector.py
@@ -37,6 +37,4 @@
37
# shows the image with the rectangle around the object
38
cv2.imshow("Result", search_img)
39
# keeps the window open till a key is pressed
40
-cv2.waitKey()
41
-
42
-# python object_detector.py C:\Users\mj_su\Downloads\plant.png C:\Users\mj_su\Downloads\desk.jpeg
+cv2.waitKey()
0 commit comments