human/test
Vladimir Mandic 90d5f32126 update demos 2021-10-19 11:28:59 -04:00
..
README.md updated gesture types 2021-07-29 11:01:50 -04:00
browser.html update demos 2021-10-19 11:28:59 -04:00
build.log update demos 2021-10-19 11:28:59 -04:00
node.js new release 2021-09-24 09:55:27 -04:00
test-main.js update dependencies and refresh release 2021-10-19 07:58:51 -04:00
test-node-gpu.js major precision improvements to movenet and handtrack 2021-10-10 22:29:20 -04:00
test-node-wasm.js major precision improvements to movenet and handtrack 2021-10-10 22:29:20 -04:00
test-node.js major precision improvements to movenet and handtrack 2021-10-10 22:29:20 -04:00
test.log update demos 2021-10-19 11:28:59 -04:00

README.md

Test Results

Automatic Tests

Not required for normal funcioning of library

NodeJS using TensorFlow library

  • Image filters are disabled due to lack of Canvas and WeBGL access
  • Face rotation is disabled for NodeJS platform:
    Kernel 'RotateWithOffset' not registered for backend 'tensorflow'
    https://github.com/tensorflow/tfjs/issues/4606 Work has recently been completed and will likely be included in TFJS 3.9.0

NodeJS using WASM


Manual Tests

Browser using WebGL backend

  • Chrome/Edge: All Passing
  • Firefox: WebWorkers not supported due to missing support for OffscreenCanvas
  • Safari: Limited Testing

Browser using WASM backend

  • Chrome/Edge: All Passing
  • Firefox: WebWorkers not supported due to missing support for OffscreenCanvas
  • Safari: Limited Testing
  • Fails on object detection:
    Kernel 'SparseToDense' not registered for backend 'wasm'
    https://github.com/tensorflow/tfjs/issues/4824