From d4ea295f09edd27242c7e7796068440c21f8bc41 Mon Sep 17 00:00:00 2001 From: kirilllzaitsev Date: Thu, 6 Jul 2023 22:46:45 +0200 Subject: [PATCH] add empty test templates --- test/metrics/test_detection.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test/metrics/test_detection.py b/test/metrics/test_detection.py index e69de29b..81cb0531 100644 --- a/test/metrics/test_detection.py +++ b/test/metrics/test_detection.py @@ -0,0 +1,14 @@ +def test_from_detections(): + ... + + +def test__evaluate_detection_batch(): + ... + + +def test__drop_extra_matches(): + ... + + +def test_benchmark(): + ...