Skip to content

Commit

Permalink
Merge pull request #11 from ismlkrkmz/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
ronny-udacity authored Sep 28, 2021
2 parents 35be77e + 93919cb commit 114725c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"One older (from around 2001), but still popular scheme for face detection is a Haar cascade classifier; these classifiers in the OpenCV library and use feature-based classification cascades that learn to isolate and detect faces in an image. You can read [the original paper proposing this approach here](https://www.cs.cmu.edu/~efros/courses/LBMV07/Papers/viola-cvpr-01.pdf).\n",
"\n",
"Let's see how face detection works on an exampe in this notebook."
"Let's see how face detection works on an example in this notebook."
]
},
{
Expand Down

0 comments on commit 114725c

Please sign in to comment.