human/test
Vladimir Mandic a079727854 new samples gallery and major code folder restructure 2021-09-25 11:51:15 -04:00
..
README.md updated gesture types 2021-07-29 11:01:50 -04:00
browser.html support for dynamic backend switching 2021-09-20 21:59:49 -04:00
build.log new samples gallery and major code folder restructure 2021-09-25 11:51:15 -04:00
node.js new release 2021-09-24 09:55:27 -04:00
test-main.js new samples gallery and major code folder restructure 2021-09-25 11:51:15 -04:00
test-node-canvas.js new samples gallery and major code folder restructure 2021-09-25 11:51:15 -04:00
test-node-gpu.js added configuration validation 2021-09-19 14:07:53 -04:00
test-node-wasm.js support segmentation for nodejs 2021-09-22 19:27:12 -04:00
test-node.js added configuration validation 2021-09-19 14:07:53 -04:00
test.log new samples gallery and major code folder restructure 2021-09-25 11:51:15 -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