We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a81da commit ddf7fe5Copy full SHA for ddf7fe5
machine-learning/blur-faces/README.md
@@ -3,7 +3,7 @@ To run this:
3
- `pip3 install -r requirements.txt`
4
- To blur faces of the image `father-and-daughter.jpg`:
5
```
6
- python blur_faces.py a-man-with-little-girl.jpg
+ python blur_faces.py father-and-daughter.jpg
7
8
This should show the blurred image and save it of the name `image_blurred.jpg` in your current directory.
9
0 commit comments