-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can’t create layer “cluster” of type “” in function ‘getLayerInstance’ #2224
Comments
added this to the clusterDetection class, and it's returning zeros as coverage and freezing :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone,
i’m currently having a problem implementing an object detection model trained by nvidia digits
and i always get this erros : cv2.error: OpenCV(4.2.0) /io/opencv/modules/dnn/src/dnn.cpp:562: error: (-2:Unspecified error) Can’t create layer “cluster” of type “” in function ‘getLayerInstance’
NVcaffe version : 0.15.14
the python code i’m using from pyimagesearch :
deploy.prototxt :
https://answers.opencv.org/question/189822/assertion-error-with-custom-trained-caffe/
applied what this says and still didn’t work unless i didn’t do it correclty if i didn’t can you please tell me what should i do ?
The text was updated successfully, but these errors were encountered: