-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
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
S-1 B-4 helmet and license plate detection using ML #413
Comments
These are versions of packages which were installed in that environment absl-py==2.1.0 |
use gpt and lemme know if you can solve this.. The probable with most opencv projects is the setup itself. Try this guide completely : https://docs.opencv.org/4.x/d5/de5/tutorial_py_setup_in_windows.html |
I have tried multiple solutions from gpt 4 but none of them is working |
For now replicate this project : https://github.com/brlivsky/helmet-detection-yolo (OR) It's getting overloaded : please select a good problem statement from this : https://github.com/topics/machine-learning-projects |
I am getting the following issue while running my project
_error: OpenCV(4.6.0) D:\a\opencv-python\opencv-python\opencv\modules\dnn\src\darknet\darknet_importer.cpp:217: error: (-212:Parsing error) Failed to parse NetParameter file: yolov3-custom_7000.weights in function 'cv::dnn::dnn4_v20220524::readNetFromDarknet'
Traceback:
File "C:\Users\abhir\OneDrive\Documents\GitHub\Helmet-and-Number-Plate-Detection-and-Recognition\ev2\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 600, in run_script
exec(code, module.dict)
File "C:\Users\abhir\OneDrive\Documents\GitHub\Helmet-and-Number-Plate-Detection-and-Recognition\source.py", line 12, in
net = cv2.dnn.readNet("yolov3-custom_7000.weights", "yolov3-custom.cfg")
And it cant import keras models
The packages in the requirements files were
imutils==0.5.4
numpy==1.24.3
opencv_python==4.6.0.66
Pillow==10.0.1
tensorflow==2.13.0
tensorflow_intel==2.13.0
And this is the github repo i got it from
https://github.com/FatimaSidra/Helmet-and-Number-Plate-Detection-and-Recognition
The text was updated successfully, but these errors were encountered: