From 2a0971752ff59f1ac9ed258d4f817a1688cf9d8c Mon Sep 17 00:00:00 2001 From: Kresimir Bestak Date: Sat, 15 Nov 2025 01:46:56 +0100 Subject: [PATCH] cli fix --- segobe/CLI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segobe/CLI.py b/segobe/CLI.py index 434d6c1..e4c8823 100644 --- a/segobe/CLI.py +++ b/segobe/CLI.py @@ -102,7 +102,7 @@ def main(): iou_threshold=args.iou_threshold, graph_iou_threshold=args.graph_iou_threshold, unmatched_cost=args.unmatched_cost, - cost_matrix_metric=args.cost_matrix_metric, + #cost_matrix_metric=args.cost_matrix_metric, ) results_df = batch_eval.run()