summaryrefslogtreecommitdiff
path: root/face-detection/01_face_capture_dataset.py
diff options
context:
space:
mode:
Diffstat (limited to 'face-detection/01_face_capture_dataset.py')
-rw-r--r--face-detection/01_face_capture_dataset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/face-detection/01_face_capture_dataset.py b/face-detection/01_face_capture_dataset.py
index 8836ce6..7860210 100644
--- a/face-detection/01_face_capture_dataset.py
+++ b/face-detection/01_face_capture_dataset.py
@@ -22,7 +22,7 @@ while(True):
k = cv2.waitKey(100) & 0xff # Press 'ESC' for exiting video
if k == 27:
break
- elif count >= 30: # Take 30 face sample and stop video capture
+ elif count >= 100: # Take 30 face sample and stop video capture
break
# Do a bit of cleanup
print("\n [INFO] Exiting Program and cleaning up stuff")