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