From d6504bbe34166d1da92bbd2e13c3d6bd67ca292e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD?= Date: Tue, 22 Mar 2022 22:15:59 +0300 Subject: [PATCH] Fix name and link --- benchmark_coco/README.md | 2 +- benchmark_coco/{run_benchmark.py => run_benchmark_coco.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename benchmark_coco/{run_benchmark.py => run_benchmark_coco.py} (100%) diff --git a/benchmark_coco/README.md b/benchmark_coco/README.md index 6097d29..c05c773 100644 --- a/benchmark_coco/README.md +++ b/benchmark_coco/README.md @@ -25,7 +25,7 @@ Here you can find predictions for COCO validation from different freely availabl ## Ensemble results -There is python code to get high score on COCO validation using WBF method: [run_benchmark.py](run_benchmark.py) +There is python code to get high score on COCO validation using WBF method: [run_benchmark_coco.py](run_benchmark_coco.py) WBF with weights: [0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 5, 5, 7, 7, 9, 9, 8, 8, 5, 5, 10] and IoU = 0.7 gives **56.1** on COCO validation and **56.4** on COCO test-dev. diff --git a/benchmark_coco/run_benchmark.py b/benchmark_coco/run_benchmark_coco.py similarity index 100% rename from benchmark_coco/run_benchmark.py rename to benchmark_coco/run_benchmark_coco.py