opencv age estimation
romCaffe('deploy.prototxt', 'res10_300x300_ssd_iter_140000.caffemodel') ``` Step 3: Detect Faces in an Image ```python image = cv2.imread('input.jpg') (h, w) = image.shape[:2] blob = cv2.dnn.blobFromImage(cv2.resize(image, (300, 300)), 1.0, (300, 3