Skip to content

Commit

Permalink
[FIX] add neural network model to fix this issue: jeeliz#85 , waiting…
Browse files Browse the repository at this point in the history
… for a real fix of the graphic driver...
  • Loading branch information
xavierjs committed Aug 7, 2019
1 parent b4b60a4 commit afa404b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ We provide several neural network models:
* `dist/NNClight.json`: this is a light version of the neural network. The file is twice lighter and it runs faster but it is less accurate for large head rotation angles,
* `dist/NNCveryLight.json`: even lighter than the previous version: 250Kbytes, and very fast. But not very accurate and robust to all lighting conditions,
* `dist/NNCviewTop.json`: this neural net is perfect if the camera has a bird's eye view (if you use this library for a kiosk setup for example),
* `dist/NNCdeprecated.json`: this is a deprecated version of the neural network (since 2018-07-25).
* `dist/NNCdeprecated.json`: this is a deprecated version of the neural network (since 2018-07-25),
* `dist/NNCIntel1536.json`: neural network working with Intel 1536 Iris GPUs (there is a graphic driver bug, see [#85](https://github.com/jeeliz/jeelizFaceFilter/issues/85))


### Using the ES6 module
Expand Down
1 change: 1 addition & 0 deletions dist/NNCIntel1536.json

Large diffs are not rendered by default.

0 comments on commit afa404b

Please sign in to comment.