mirror of https://github.com/vladmandic/human
added benchmarks
parent
39c11b381f
commit
981b2b9b08
|
@ -53,6 +53,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo
|
||||||
- [**Face Recognition & Face Description**](https://github.com/vladmandic/human/wiki/Embedding)
|
- [**Face Recognition & Face Description**](https://github.com/vladmandic/human/wiki/Embedding)
|
||||||
- [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture)
|
- [**Gesture Recognition**](https://github.com/vladmandic/human/wiki/Gesture)
|
||||||
- [**Common Issues**](https://github.com/vladmandic/human/wiki/Issues)
|
- [**Common Issues**](https://github.com/vladmandic/human/wiki/Issues)
|
||||||
|
- [**Background and Benchmarks**](https://github.com/vladmandic/human/wiki/Background)
|
||||||
|
|
||||||
## Additional notes
|
## Additional notes
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ const myConfig = {
|
||||||
modelBasePath: 'file://models/',
|
modelBasePath: 'file://models/',
|
||||||
debug: false,
|
debug: false,
|
||||||
videoOptimized: false,
|
videoOptimized: false,
|
||||||
async: false,
|
async: true,
|
||||||
face: {
|
face: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
detector: { enabled: true, rotation: false },
|
detector: { enabled: true, rotation: false },
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit a84586b61f8cd89d7d7b8c16496de25a1bac8e32
|
Subproject commit 458f02833206e3a6ee1c76652d9e8048530f0708
|
Loading…
Reference in New Issue