human/src
Vladimir Mandic 5741bce450 config.videoOptimized has been removed and config.cacheSensitivity has been added instead 2021-05-18 11:36:57 -04:00
..
age human 1.9.0 beta with breaking changes regarding caching 2021-05-18 11:26:16 -04:00
blazeface convert to typescript 2021-02-08 11:39:09 -05:00
draw switch posenet weights 2021-05-04 20:46:33 -04:00
efficientpose human 1.9.0 beta with breaking changes regarding caching 2021-05-18 11:26:16 -04:00
emotion human 1.9.0 beta with breaking changes regarding caching 2021-05-18 11:26:16 -04:00
faceres human 1.9.0 beta with breaking changes regarding caching 2021-05-18 11:26:16 -04:00
gender human 1.9.0 beta with breaking changes regarding caching 2021-05-18 11:26:16 -04:00
gesture added filter.flip feature 2021-04-19 16:02:47 -04:00
handpose human 1.9.0 beta with breaking changes regarding caching 2021-05-18 11:26:16 -04:00
image update 2021-04-19 16:19:03 -04:00
nanodet human 1.9.0 beta with breaking changes regarding caching 2021-05-18 11:26:16 -04:00
posenet update & fix posenet 2021-05-05 10:07:44 -04:00
tfjs experimental node-wasm support 2021-04-13 21:45:45 -04:00
README.md hierarchical readme notes 2021-03-17 12:01:54 -04:00
config.ts config.videoOptimized has been removed and config.cacheSensitivity has been added instead 2021-05-18 11:36:57 -04:00
face.ts human 1.9.0 beta with breaking changes regarding caching 2021-05-18 11:26:16 -04:00
helpers.ts add modelBasePath option 2021-04-09 08:07:58 -04:00
human.ts caching determination is now dynamic based on detection of input change and not based on input types 2021-05-18 11:36:24 -04:00
profile.ts major update for 1.8 release candidate 2021-04-25 13:16:04 -04:00
result.ts refactored human.config and human.draw 2021-04-13 11:05:52 -04:00
sample.ts convert to typescript 2021-02-08 11:39:09 -05: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

For details how to build the Human library see Wiki