chineseocr / darknet-ocr

darknet text detect and darknet cnn ocr
MIT License
1.13k stars 288 forks source link

出错,不知道什么情况 大佬帮忙看下 #71

Open hisygg opened 4 years ago

hisygg commented 4 years ago

Exception in thread "main" CvException [org.opencv.core.CvException: cv::Exception: OpenCV(4.0.1) D:\source\opencv-4.0.1\modules\dnn\src\layers\convolution_layer.cpp:265: error: (-215:Assertion failed) ngroups > 0 && inpCn % ngroups == 0 && outCn % ngroups == 0 in function 'cv::dnn::ConvolutionLayerImpl::getMemoryShapes' ] at org.opencv.dnn.Net.forward_1(Native Method) at org.opencv.dnn.Net.forward(Net.java:62) at OcrTest.ocr(OcrTest.java:83) at OcrTest.main(OcrTest.java:53)

wangtong1122 commented 4 years ago

+1

wenlihaoyu commented 4 years ago

java版本只有自己解决了

UncleLLD commented 4 years ago

同出现这个问题

iceberghbs commented 2 years ago

python 也出现了这个问题