human/test
Vladimir Mandic 374a5a15c1 fix node build and update model signatures 2021-05-11 07:53:06 -04:00
..
README.md update 2021-04-15 17:13:27 -04:00
test-main.js remove efficientpose 2021-04-24 09:31:46 -04:00
test-node-gpu.js update tfjs 3.4.0 2021-04-14 12:53:00 -04:00
test-node-wasm.js update tfjs 3.4.0 2021-04-14 12:53:00 -04:00
test-node.js update tfjs 3.4.0 2021-04-14 12:53:00 -04:00
test.js add full nodejs test coverage 2021-04-15 09:43:55 -04:00
test.log fix node build and update model signatures 2021-05-11 07:53:06 -04:00

README.md

Test Results

Automatic Tests

NodeJS using TensorFlow library

NodeJS with GPU acceleation using CUDA

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