Unverified Commit 88e014fc by Vincent Mühler Committed by GitHub

Merge pull request #353 from georgemandis/patch-1

Typo fix
parents 2740d408 36c963ff
...@@ -163,7 +163,7 @@ console.log(faceapi.nets) ...@@ -163,7 +163,7 @@ console.log(faceapi.nets)
// tinyYolov2 // tinyYolov2
``` ```
To load a model, you have provide the corresponding manifest.json file as well as the model weight files (shards) as assets. Simply copy them to your public or assets folder. The manifest.json and shard files of a model have to be located in the same directory / accessible under the same route. To load a model, you have to provide the corresponding manifest.json file as well as the model weight files (shards) as assets. Simply copy them to your public or assets folder. The manifest.json and shard files of a model have to be located in the same directory / accessible under the same route.
Assuming the models reside in **public/models**: Assuming the models reside in **public/models**:
......
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