We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ce905 commit fe57731Copy full SHA for fe57731
1 file changed
scripts/gender_age_detection.py
@@ -2,6 +2,9 @@
2
from PIL import Image, ImageDraw, ImageFont
3
import os
4
import json
5
+from picamera2 import Picamera2
6
+
7
+# Run Realtime with PiCamera
8
9
def extract_gender_and_age(input_image_path, output_directory):
10
try:
0 commit comments