sleepy-syr

Results 6 issues of sleepy-syr

`Run person0, name:baiqianyuanTraceback (most recent call last): File "D:/Project/video_recognition/get_face_feature.py", line 101, in _, face_img = detect_face.detect(srcimg) ###肖像照,图片中有且仅有有一个人脸 File "D:\Project\video_recognition\mtcnn_pfld_landmark.py", line 14, in detect bounding_boxes, landmarks = self.mtcnn.detect(srcimg) ###landmarks: numpy array,...

您好我想问一下,如何评估arcface在自己的数据集上识别的准确率,是需要自己标注么,如果标注的话是什么格式的呢,视频流的识别准确率又是如何评估的呢,小白求解谢谢大神。

这个可以泛化到视频流人脸识别上么,大概怎么操作谢谢大神

#### 在detect_face_align_rec这个Python文件中,此句的threshold表示的是阈值还是一个评分呢,默认是0.65,但是输出发现识别我的图片都在1以上甚至有的达到了2.5以上,跟图片质量有关系么,谢谢 ` drawimg, threshold = srcimg.copy(), 0.65`

遇到报错 `Traceback (most recent call last): File "D:/Project/10kinds-light-face-detector-align-recognition-master/10kinds-light-face-detector-align-recognition-master/Run_all_compare_time.py", line 35, in retinaface_dnn_detect = retinaface_dnn(align=align) File "D:\Project\10kinds-light-face-detector-align-recognition-master\10kinds-light-face-detector-align-recognition-master\retinaface_detect_align_module.py", line 45, in __init__ self.net = RetinafaceDetector_dnn() File "D:\Project\10kinds-light-face-detector-align-recognition-master\10kinds-light-face-detector-align-recognition-master\retinaface\detector.py", line 121, in __init__ self.model...

Why is acc calculated in this way?acc = np.mean((output == label).astype(int)) The accs obtained by training my own data set are all 0.0625, 0.125, 0.1875 these numbers repeatedly appear,does it...