Unverified Commit 36c963ff by George Mandis Committed by GitHub

Typo fix

parent 2740d408
...@@ -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