Open kidapu opened 7 years ago
I used OpenCV 3.1. I am not sure if that is the problem.
Mmm... I changed OpenCV version from 2.4.9.1 to 3.1, but it can't detect face... It only displays web cam view...
That is weird. It worked just fine for me.
I was facing same problem. I have set CuDNN=0 in make file and remake again. It works fine for me. But i didn't get the reason, why CuDNN=1 is not working?
I got same problem too. It only displays the webcam view, but it can't show face detection. And my environment is:
Then I compile the source without GPU and Cudnn, then it can detect face. So yolov2 only supports CUDA8.0, right?
@Parth-Goel Thanks! I can work fine with setting CuDNN=0! But It's weird why CuDNN=1 is not working...
This problem hasn't been solved, has it? Since re-compiling with cudnn=0 will slow down the process, and it doesn't seem to be "real-time" anymore :(
Did you calculate the accuracy on validation data?
No I have not.
In my enviroment, I can exec following command successfully, and opening window which displays web cam view, but it can't detect face...
My enviroment is below.