human/src
Jimmy Nyström c1243b96e4 Removed direct usage of performance.now
Switched to using the utility function that works in both nodejs and browser environments
2021-10-19 09:58:14 -04:00
..
body minor blazepose optimizations 2021-10-15 09:34:40 -04:00
face add optional anti-spoofing module 2021-10-13 10:56:56 -04:00
gear add optional anti-spoofing module 2021-10-13 10:56:56 -04:00
gesture image processing fixes 2021-10-10 17:52:43 -04:00
hand update handtrack skip algorithm 2021-10-13 14:49:41 -04:00
handpose redesign face processing 2021-09-28 12:01:48 -04:00
image Removed direct usage of performance.now 2021-10-19 09:58:14 -04:00
object refactoring 2021-09-27 13:58:13 -04:00
tfjs set webgpu optimized flags 2021-10-11 09:22:39 -04:00
util Removed direct usage of performance.now 2021-10-19 09:58:14 -04:00
README.md modularize human class and add model validation 2021-09-12 18:37:06 -04:00
config.ts enhanced movenet postprocessing 2021-10-14 12:26:59 -04:00
human.ts package updates 2021-10-12 14:17:33 -04:00
models.ts add optional anti-spoofing module 2021-10-13 10:56:56 -04:00
result.ts add optional anti-spoofing module 2021-10-13 10:56:56 -04: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