我正在按照本教程使用OpenCV进行面部检测,并使用OpenCV3,Caffe和Python3深入学习创建和面部检测软件。这是使用过的代码: #USAGE #python …
@Peshmerge,对于特定图像,您可以改变输入blob尺寸以获得最佳效果。 在例子中, 900x900 :
900x900
python object_detection.py --model opencv_face_detector.caffemodel --config opencv_face_detector.prototxt --mean 104 177 123 --thr 0.4 --input P1280471.JPG --width 900 --height 900
一个脚本: https://github.com/opencv/opencv/blob/master/samples/dnn/object_detection.py