Jentz commited on
Commit ·
f75039e
1
Parent(s): 61a2f93
update images
Browse files- app.py +0 -1
- images/jentz.jpg +0 -0
app.py
CHANGED
|
@@ -17,7 +17,6 @@ cap.set(4, 480)
|
|
| 17 |
|
| 18 |
# Define the directory where images will be saved
|
| 19 |
save_dir = "images"
|
| 20 |
-
os.makedirs(save_dir, exist_ok=True)
|
| 21 |
|
| 22 |
# Function to detect faces and draw rectangles
|
| 23 |
def detect_faces(image):
|
|
|
|
| 17 |
|
| 18 |
# Define the directory where images will be saved
|
| 19 |
save_dir = "images"
|
|
|
|
| 20 |
|
| 21 |
# Function to detect faces and draw rectangles
|
| 22 |
def detect_faces(image):
|
images/jentz.jpg
ADDED
|