MTCNN RetinaFace

MTCNN
Fast-MTCNN /mtcnn_opencv.cpp
bug:
line 174 faceBox.score = confidence_data[i];
should be : faceBox.score = 1.0f - confidence_data[i];


RetinaFace-Cpp

RetinaFace-Cpp
retinaface_caffe
Retinaface-caffe

scrfd

scrfd-opencv


vs code

vs2019_light.json

"editor.background": "#FFFFFF",

改为

"editor.background": "#CCE8CF",

你可能感兴趣的:(nn,mtcnn)