Hi,I just use OPENCV in python to detect face. I use current weigh in the link and yolo cfg in cfg folder.
I use 'cv.dnn.readNetFromDarknet(modelConfiguration, modelWeights)'
and get this error 'Failed to parse NetParameter file: yolov3-wider_16000.weigh in function 'cv::dnn::dnn4_v20191202::readNetFromDarknet''
Anyone can give me some advice?
Hi,I just use OPENCV in python to detect face. I use current weigh in the link and yolo cfg in cfg folder. I use 'cv.dnn.readNetFromDarknet(modelConfiguration, modelWeights)' and get this error 'Failed to parse NetParameter file: yolov3-wider_16000.weigh in function 'cv::dnn::dnn4_v20191202::readNetFromDarknet'' Anyone can give me some advice?