Skip to content

Commit ada7390

Browse files
authoredJan 24, 2020
Update image_detect.py
1 parent c7b0aa6 commit ada7390

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎YOLOv3-custom-training/image_detect.py

-1
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,4 @@ def detect_img(self, image):
166166
cv2.imshow(image, r_image)
167167
if cv2.waitKey(25) & 0xFF == ord("q"):
168168
cv2.destroyAllWindows()
169-
break
170169
yolo.close_session()

0 commit comments

Comments
 (0)
Please sign in to comment.