You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: machine-learning/face-age-prediction/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# [Age Prediction using OpenCV in Python](https://www.thepythoncode.com/article/predict-age-using-opencv)
2
2
Before running the code, do the following:
3
3
-`pip3 install -r requirements.txt`
4
-
- Download [face detection] and [age detection] models and put them in the `weights` folder.
4
+
- Download [face detection](https://raw.githubusercontent.com/opencv/opencv_3rdparty/dnn_samples_face_detector_20180205_fp16/res10_300x300_ssd_iter_140000_fp16.caffemodel) and [age detection](https://drive.google.com/open?id=1kiusFljZc9QfcIYdU2s7xrtWHTraHwmW) models and put them in the `weights` folder.
0 commit comments