From 8ee2472f37c5919d8cbb95ecbb90d50ca3eddac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E6=AD=A6?= Date: Wed, 19 Apr 2023 11:34:58 +0800 Subject: [PATCH] fix ReadMe --- face_project/face_detection/DamoFD/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/face_project/face_detection/DamoFD/README.md b/face_project/face_detection/DamoFD/README.md index e3d6928..fd657ab 100644 --- a/face_project/face_detection/DamoFD/README.md +++ b/face_project/face_detection/DamoFD/README.md @@ -113,8 +113,8 @@ for img_name in os.listdir(img_dir): _img_pr_info, fp = img_pr_info(thresh_num, pred_info, proposal_list, pred_recall) pr_curve += _img_pr_info count_face += gt_box.shape[0] - pr_curve = dataset_pr_info(thresh_num, pr_curve, count_face) +pr_curve = dataset_pr_info(thresh_num, pr_curve, count_face) propose = pr_curve[:, 0] recall = pr_curve[:, 1] for srecall in np.arange(0.1, 1.0001, 0.1):