From ddb0a3c9c7942c5d647cf33e06e86e0c214bd994 Mon Sep 17 00:00:00 2001 From: Dev Raj <62476529+devrajash@users.noreply.github.com> Date: Thu, 7 Oct 2021 11:51:29 +0530 Subject: [PATCH] Update car_ai.py --- car_ai.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/car_ai.py b/car_ai.py index 8c5ad8d..c1300b1 100755 --- a/car_ai.py +++ b/car_ai.py @@ -30,8 +30,8 @@ else: break - cv2.imshow("Car Ai Detection",gray_frame) - cv2.waitKey(1) +# cv2.imshow("Car Ai Detection",gray_frame) +# cv2.waitKey(1) car=car_train.detectMultiScale(gray_frame) pad=pedastrain_train.detectMultiScale(gray_frame) #print(car)