From 744f99392060d193b854979326c5a190a9388542 Mon Sep 17 00:00:00 2001 From: triple-Mu Date: Thu, 9 Feb 2023 20:25:25 +0800 Subject: [PATCH] Remove threshold --- infer-det-without-torch.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/infer-det-without-torch.py b/infer-det-without-torch.py index 5e101d4..a38eecd 100644 --- a/infer-det-without-torch.py +++ b/infer-det-without-torch.py @@ -70,14 +70,6 @@ def parse_args(): type=str, default='./output', help='Path to output file') - parser.add_argument('--conf-thres', - type=float, - default=0.25, - help='Confidence threshold') - parser.add_argument('--iou-thres', - type=float, - default=0.65, - help='Confidence threshold') parser.add_argument('--method', type=str, default='cudart',