From fbf92fa2121c096c9a7f075596edab6869e7aeb6 Mon Sep 17 00:00:00 2001
From: Mia Fornes <miafo@stud.ntnu.no>
Date: Thu, 20 May 2021 21:20:28 +0200
Subject: [PATCH] Initial commit

---
 detect.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/detect.py b/detect.py
index b010b7d..dbb4775 100644
--- a/detect.py
+++ b/detect.py
@@ -200,7 +200,7 @@ def main(_argv):
         if not FLAGS.dont_show:
             image.show()
         image = cv2.cvtColor(np.array(image), cv2.COLOR_BGR2RGB)
-        name_index = len("./data/test-data-frames/")
+        name_index = len("./data/our_dataset/")
 
         """
         if FLAGS.hit_and_miss:
-- 
GitLab