This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: