We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\Users\this pc.spyder-py3\Speed-Estimation-of-Vehicles-with-Plate-Detection-master>python Speed_Estimation_License_Plate_Detection.py Traceback (most recent call last): File "Speed_Estimation_License_Plate_Detection.py", line 884, in trackMultipleObjects() File "Speed_Estimation_License_Plate_Detection.py", line 467, in trackMultipleObjects cars = carCascade.detectMultiScale(gray, 1.1, 13, 18, (24, 24)) cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\objdetect\src\cascadedetect.cpp:1689: error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale'
The text was updated successfully, but these errors were encountered:
Please Correct the file path
Sorry, something went wrong.
No branches or pull requests
C:\Users\this pc.spyder-py3\Speed-Estimation-of-Vehicles-with-Plate-Detection-master>python Speed_Estimation_License_Plate_Detection.py
Traceback (most recent call last):
File "Speed_Estimation_License_Plate_Detection.py", line 884, in
trackMultipleObjects()
File "Speed_Estimation_License_Plate_Detection.py", line 467, in trackMultipleObjects
cars = carCascade.detectMultiScale(gray, 1.1, 13, 18, (24, 24))
cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\objdetect\src\cascadedetect.cpp:1689: error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale'
The text was updated successfully, but these errors were encountered: