human/test
Vladimir Mandic 7f5e5aa00a modularize build platform 2021-06-05 17:51:46 -04:00
..
README.md update tests and demos 2021-06-02 13:35:33 -04:00
test-main.js update tests and demos 2021-06-02 13:35:33 -04:00
test-node-gpu.js modularize build platform 2021-06-05 17:51:46 -04:00
test-node-wasm.js modularize build platform 2021-06-05 17:51:46 -04:00
test-node.js modularize build platform 2021-06-05 17:51:46 -04:00
test.js implemented unified result.persons that combines face, body and hands for each person 2021-05-24 11:10:13 -04:00

README.md

Test Results

Automatic Tests

Not required for normal funcioning of library

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