Skip to content

Commit a49d548

Browse files
committed
fix typo in gender detection tutorial README
1 parent 05c053c commit a49d548

File tree

1 file changed

+1
-1
lines changed
  • machine-learning/face-gender-detection

1 file changed

+1
-1
lines changed

machine-learning/face-gender-detection/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [Gender Detection using OpenCV in Python](https://www.thepythoncode.com/article/gender-detection-using-opencv-in-python)
22
Before running the code, do the following:
33
- `pip3 install -r requirements.txt`
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 [gender detection](hhttps://drive.google.com/open?id=1W_moLzMlGiELyPxWiYQJ9KFaXroQ_NFQ) models and put them in the `weights` folder. Check [the tutorial](https://www.thepythoncode.com/article/gender-detection-using-opencv-in-python) for more on how to set it up.
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 [gender detection](https://drive.google.com/open?id=1W_moLzMlGiELyPxWiYQJ9KFaXroQ_NFQ) models and put them in the `weights` folder. Check [the tutorial](https://www.thepythoncode.com/article/gender-detection-using-opencv-in-python) for more on how to set it up.
55
- Run the program:
66
```
77
python predict_gender.py "images\\Donald Trump.jpg"

0 commit comments

Comments
 (0)