-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Yolo 9000 for object detection #45
Comments
What's the md5 for C:\Users\Desktop\darknet-master\darknet-master\yolo9000.weights? |
Does OpenCV have an implementation of YOLO9000? Mine (OpenCV 4.4.0) complained that
|
i have same erorr still with opencv 4.5.0 |
Has same issue with OpenCV 4.4.0. It's said |
I would like to implement YOLO9000 with OpenCV from Darknet but it provides me with that error as well:
Is not there any implementation or solution for that yet? Is there any other library for me to implement YOLO9000 for object detection? I would appreciate fast reply. |
@philipperemy |
Hello Everyone, i am trying to use yolo 9000 for object detection. i read yolo9000.cfg file using darknet. but, i am unable to read the weight files using darkflow.. could any one please help me out..
`
net=cv2.dnn.readNetFromDarknet("(r"C:\Users\Desktop\darknet-master\darknet-master\cfg\yolo9000.cfg")
net1=cv2.dnn.readNetFromDarknet(r"C:\Users\Desktop\darknet-master\darknet-master\yolo9000.weights")`
error Traceback (most recent call last)
in
----> 1 net1=cv2.dnn.readNetFromDarknet(r"C:\Users\Desktop\darknet-master\darknet-master\yolo9000.weights")
error: OpenCV(4.1.2) C:\projects\opencv-python\opencv\modules\dnn\src\darknet\darknet_importer.cpp:207: error: (-212:Parsing error) Failed to parse NetParameter file: C:\Users\Desktop\darknet-master\darknet-master\yolo9000.weights in function 'cv::dnn::dnn4_v20190902::readNetFromDarknet'
The text was updated successfully, but these errors were encountered: