From cdf8bfc7fed8cf497b79c9d371a9c6be05cbb3fe Mon Sep 17 00:00:00 2001 From: almaz Date: Mon, 11 Nov 2024 19:54:04 +0100 Subject: [PATCH] remove comment --- src/ui/compare.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/compare.py b/src/ui/compare.py index 26dd141..fb69380 100644 --- a/src/ui/compare.py +++ b/src/ui/compare.py @@ -45,7 +45,6 @@ def run_compare(eval_dirs: List[str] = None): f.validate_paths(g.eval_dirs) # ==================== Workflow input ==================== - # /model-benchmark/42912_COCO 2017 instance segmentation/67993_Train YOLOv8 | v9 | v10 | v11/visualizations/template.vue reports = None try: reports_paths = [path.rstrip("/") + "/visualizations/template.vue" for path in g.eval_dirs]