From fac4a5acf428a965269d2a776f08f7fda739f682 Mon Sep 17 00:00:00 2001 From: Tetiana Yemelianenko <tyemel.mzeom@gmail.com> Date: Tue, 17 Sep 2024 14:02:41 +0000 Subject: [PATCH] Update create_owl_dataset.py --- create_owl_dataset.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/create_owl_dataset.py b/create_owl_dataset.py index 2724f04..0c81951 100644 --- a/create_owl_dataset.py +++ b/create_owl_dataset.py @@ -296,8 +296,7 @@ def owl_annoy_annotation(labels, folders): label = labels[i] folder = folders[i] print('Current label: ' + label) -# request_count = round(len(imgpaths)*1.2, 0) - request_count = 45 + request_count = 50 selected_threshold = 0.4 not_enough_count = True -- GitLab