human/test
Vladimir Mandic ee79bc0e13 added demo node-canvas 2021-08-31 14:48:55 -04:00
..
README.md updated gesture types 2021-07-29 11:01:50 -04:00
test-main.js update node-fetch 2021-08-31 13:29:29 -04:00
test-node-gpu.js modularize build platform 2021-06-05 17:51:46 -04:00
test-node-wasm.js dynamically generate default wasm path 2021-08-31 13:00:06 -04:00
test-node.js modularize build platform 2021-06-05 17:51:46 -04:00
test.js add static type definitions to main class 2021-08-19 16:16:56 -04:00
test.log added demo node-canvas 2021-08-31 14:48:55 -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