bozki

Results 3 issues of bozki

输入参数的数目不足。 出错 yolov3Layer (line 54) ', arc:',arc]; 出错 importDarkNetLayers (line 360) yolov3_layer = yolov3Layer(['yolo_v3_id',num2str(yoloIndex)],... 出错 importDarknetWeights (line 30) moduleTypeList,moduleInfoList,layerToModuleIndex] = importDarkNetLayers(cfgfile,cutoffModule); 出错 train (line 31) [lgModel,hyperParams] = importDarknetWeights(cfg_file,weight_file); My matlab...

当我尝试使用训练好的yolov3-tiny模型测试图像时,出现了如下错误: 错误使用gpuArray/reshape 元素数不能更改。请使用[]作为大小输入之一,以自动计算该维度的适当大小。 出错dlarray/reshape(Line 32) objdata =reshape(objdata, varargin{:}); 出错 yolov3v4Predict(line 67) currentFeatureMap =reshape (currentFeatureMap,h,w,5+nc,na,bs); 出错:detect(line49) outFeatures = yolov3v4Predict(cfg_file,weigh_file,I) 非常感谢您的工作,我将代码用于检测图像了,请问一下您遇到过这样的问题吗?如何解决呢,希望能得到您的解答

ImportError: No module named 'model.utils.bbox' 作者您好,请问我在运行train.py时遇到这个问题该如何解决呢,谢谢。