hpc203 / yolo-fastestv2-opencv

使用OpenCV部署Yolo-FastestV2,包含C++和Python两种版本的程序

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

自己训练出来的模型,套用检测代码时提示:this->net.forward(outs, this->net.getUnconnectedOutLayersNames());这段代码报错:0x00007FFCBE794F69 处(位于 Yolo_Fastestv2.exe 中)有未经处理的异常: Microsoft C++ 异常: cv::Exception,位于内存位置 0x000000D78458CC90 处。

LHyang9527 opened this issue · comments

请问,demo里采用的网络结构有什么不一样的地方吗