Skip to content

Commit f2ea019

Browse files
remove extraneous output
1 parent 5b11ce9 commit f2ea019

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

detect.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,6 @@ def main():
346346
results = detect_objects(interpreter, image)
347347
cv2_im = overlay_text_detection(results, labels, cv2_im, fps) # (comment out to speed up processing)
348348

349-
if len(results) > 0:
350-
print(results[0])
351-
352349
if cv2.waitKey(1) & 0xFF == ord('q'):
353350
break
354351

0 commit comments

Comments
 (0)