We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b0aa6 commit ada7390Copy full SHA for ada7390
YOLOv3-custom-training/image_detect.py
@@ -166,5 +166,4 @@ def detect_img(self, image):
166
cv2.imshow(image, r_image)
167
if cv2.waitKey(25) & 0xFF == ord("q"):
168
cv2.destroyAllWindows()
169
- break
170
yolo.close_session()
0 commit comments