ncnn-mtcnn icon indicating copy to clipboard operation
ncnn-mtcnn copied to clipboard

It is a mtcnn project based on ncnn

Results 1 ncnn-mtcnn issues
Sort by recently updated
recently updated
newest added

你好,请问下thirdBbox_.size()=0 一直为0是什么原因 最开始git 后make 时候报错了。加了个强制转换后通过。 ``` if(*(float*)(score.data+score.cstep) > threshold[1]){ for(int channel=0;channelregreCoord[channel]=bbox.channel(channel)[0];//*(bbox.data+channel*bbox.cstep); } it->area = (it->x2 - it->x1)*(it->y2 - it->y1); it->score = score.channel(1)[0];//*(score.data+score.cstep); secondBbox_.push_back(*it); } ``` 运行之后thirdBbox_.size()=0一直为0.