Skip to content

Commit 44ceeca

Browse files
committed
Update object_detector.py
1 parent 02ae809 commit 44ceeca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

AutomationScripts/Object Detector/object_detector.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,4 @@
3737
# shows the image with the rectangle around the object
3838
cv2.imshow("Result", search_img)
3939
# 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
40+
cv2.waitKey()

0 commit comments

Comments
 (0)