Skip to content
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

Open
srividya91 opened this issue Feb 19, 2020 · 6 comments
Open

Yolo 9000 for object detection #45

srividya91 opened this issue Feb 19, 2020 · 6 comments

Comments

@srividya91
Copy link

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'

@philipperemy
Copy link
Owner

What's the md5 for C:\Users\Desktop\darknet-master\darknet-master\yolo9000.weights?

@wwJinkla
Copy link

Does OpenCV have an implementation of YOLO9000? Mine (OpenCV 4.4.0) complained that

CV_Error(cv::Error::StsNotImplemented, "Yolo9000 is not implemented");

@mv2050arshad
Copy link

Does OpenCV have an implementation of YOLO9000? Mine (OpenCV 4.4.0) complained that

CV_Error(cv::Error::StsNotImplemented, "Yolo9000 is not implemented");

i have same erorr still with opencv 4.5.0
have you successful to solve this problem ?

@khumam
Copy link

khumam commented Aug 20, 2021

Has same issue with OpenCV 4.4.0. It's said Yolo9000 is not implemented in function 'cv::dnn::RegionLayerImpl::RegionLayerImpl'

@codedinger
Copy link

I would like to implement YOLO9000 with OpenCV from Darknet but it provides me with that error as well:

error: OpenCV(4.5.4) /tmp/pip-req-build-3129w7z7/opencv/modules/dnn/src/layers/region_layer.cpp:101: error: (-213:The function/feature is not implemented) Yolo9000 is not implemented in function 'RegionLayerImpl'

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.

@Shashi630
Copy link

@philipperemy
@wwJinkla
@mv2050arshad
@khumam
@srividya91
i want to use yolo9000 model in android application, what is the process to convert the model to tflite model or other android suitable model, please respond ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants