Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
folder creation moved under export
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshekhawat committed Sep 4, 2022
1 parent e86fa29 commit 21c03ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21c03ae

Please sign in to comment.