From 0c7385dd7285aa792aa8ed755c9948ff2efe1db2 Mon Sep 17 00:00:00 2001 From: RohitMidha23 <rohit.midha23@gmail.com> Date: Sat, 12 Dec 2020 15:36:35 +0530 Subject: [PATCH] nms thr 0.7 --- htc_ls_model_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htc_ls_model_all.py b/htc_ls_model_all.py index 535c77e..049d32e 100644 --- a/htc_ls_model_all.py +++ b/htc_ls_model_all.py @@ -214,7 +214,7 @@ test_cfg = dict( nms_pre=2500, nms_post=2000, max_num=1500, - nms_thr=0.8, + nms_thr=0.7, min_bbox_size=0), rcnn=dict( score_thr=0.002, -- GitLab