From 21c03aeebd94e2ba80ae5e7e20e34446163dccac Mon Sep 17 00:00:00 2001 From: Deependra Singh Date: Sun, 4 Sep 2022 17:08:14 +0530 Subject: [PATCH] folder creation moved under export --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 206664e..5797e62 100644 --- a/main.py +++ b/main.py @@ -28,7 +28,7 @@ thres = float(os.getenv("THRES",0.35)) # confidence threshold timeInterval = int(os.getenv("TIMEINT",5)) # time interval for capturing capture = bool(os.getenv("CAPTURE",True)) # capture if True -folder = "images/" # path to store images +folder = "../export/images/" # path to store images # Object Detection