Unverified Commit 5414a4bb authored by Vincent Mühler's avatar Vincent Mühler Committed by GitHub

Merge pull request #303 from Jason-Cooke/patch-1

docs: fix typo
parents 17ef66d6 df66c159
......@@ -376,7 +376,7 @@ await faceapi.detectSingleFace(input).withFaceLandmarks().withFaceExpressions().
To perform face recognition, one can use faceapi.FaceMatcher to compare reference face descriptors to query face descriptors.
First, we initialize the FaceMatcher with the reference data, for example we can simply detect faces in a **referenceImage** and match the descriptors of the detected faces to faces of subsquent images:
First, we initialize the FaceMatcher with the reference data, for example we can simply detect faces in a **referenceImage** and match the descriptors of the detected faces to faces of subsequent images:
``` javascript
const results = await faceapi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment