human/src
Vladimir Mandic 32539a10f5 add liveness module and facerecognition demo 2021-11-09 14:37:50 -05:00
..
body implement wasm missing ops 2021-11-05 13:36:53 -04:00
face add liveness module and facerecognition demo 2021-11-09 14:37:50 -05:00
gear performance and memory optimizations 2021-11-05 11:28:06 -04:00
gesture new frame change detection algorithm 2021-11-06 10:21:51 -04:00
hand add additional hand gestures 2021-11-08 07:36:26 -05:00
image initial version of facerecognition demo 2021-11-09 10:39:23 -05:00
object implement wasm missing ops 2021-11-05 13:36:53 -04:00
segmentation new frame change detection algorithm 2021-11-06 10:21:51 -04:00
tfjs disable humangl backend if webgl 1.0 is detected 2021-11-08 11:35:35 -05:00
util add liveness module and facerecognition demo 2021-11-09 14:37:50 -05:00
README.md modularize human class and add model validation 2021-09-12 18:37:06 -04:00
config.ts add liveness module and facerecognition demo 2021-11-09 14:37:50 -05:00
exports.ts refactoring plus jsdoc comments 2021-10-25 13:09:00 -04:00
human.ts new human.compare api 2021-11-07 10:03:33 -05:00
models.ts add liveness module and facerecognition demo 2021-11-09 14:37:50 -05:00
result.ts add liveness module and facerecognition demo 2021-11-09 14:37:50 -05:00
sample.ts update all box calculations 2021-05-25 08:58:20 -04:00
warmup.ts refactoring 2021-09-27 13:58:13 -04:00

README.md

Human Library: Sources

Source code of the Human library

  • Compiled and bundled code for different targets are present in /dist
  • Compiled typings are present in /types
  • Extracted API specification is present in /typedoc

Build Process
TypeDoc API Specification