소스 검색

remove debug time

blakeblackshear 6 년 전
부모
커밋
290150603e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      detect_objects.py

+ 0 - 2
detect_objects.py

@@ -328,8 +328,6 @@ def main():
                     (region['x_offset']+region['size'], region['y_offset']+region['size']), 
                     color, 2)
 
-            cv2.putText(frame, datetime.datetime.now().strftime("%H:%M:%S"), (1125, 20),
-		        cv2.FONT_HERSHEY_SIMPLEX, 0.8, (0, 0, 255), 2)
             # convert back to BGR
             frame = cv2.cvtColor(frame, cv2.COLOR_RGB2BGR)
             # encode the image into a jpg