human/test/README.md

1.4 KiB

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