Roni Borchers

Results 4 comments of Roni Borchers

sometimes it no errors,sometimes it gets the error,strange

already solved,maybe the frame of camera is empty at first, i add if judge code in mtcnn.cpp as follows:(line 122) if(image(temp).empty()){continue;}//add this resize(image(temp), secImage, cv::Size(24, 24), 0, 0, cv::INTER_LINEAR);

> 你好,我也遇到了同样的问题,但是我观察到loss还在下降,但是mAP一直是0,请问你解决了吗? 没有解决,貌似r50及以上的有这个问题,r34正常

> 使用r18,r34是可以正常训练的,hgnetv2-l有同样的问题 确实,r34正常,貌似r50及以上的都有这个问题