Skip to content

Commit b557f22

Browse files
committed
add links to model weights in age prediction tutorial
1 parent b905347 commit b557f22

File tree

1 file changed

+1
-1
lines changed
  • machine-learning/face-age-prediction

1 file changed

+1
-1
lines changed

Diff for: machine-learning/face-age-prediction/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [Age Prediction using OpenCV in Python](https://www.thepythoncode.com/article/predict-age-using-opencv)
22
Before running the code, do the following:
33
- `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.
55
- Run the program:
66
```
77
python predict_age.py 3-people.jpg

0 commit comments

Comments
 (0)