2021-04-14 18:53:00 +02:00
|
|
|
# Test Results
|
|
|
|
|
|
|
|
## Automatic Tests
|
|
|
|
|
2021-06-02 19:35:33 +02:00
|
|
|
Not required for normal funcioning of library
|
|
|
|
|
2021-04-14 18:53:00 +02:00
|
|
|
### NodeJS using TensorFlow library
|
|
|
|
|
2021-11-07 16:03:33 +01:00
|
|
|
- Image filters are disabled due to lack of Canvas and WebGL access
|
2021-04-14 18:53:00 +02:00
|
|
|
- Face rotation is disabled for `NodeJS` platform:
|
|
|
|
`Kernel 'RotateWithOffset' not registered for backend 'tensorflow'`
|
|
|
|
<https://github.com/tensorflow/tfjs/issues/4606>
|
|
|
|
|
|
|
|
### NodeJS using WASM
|
|
|
|
|
|
|
|
- Requires dev http server
|
|
|
|
See <https://github.com/tensorflow/tfjs/issues/4927>
|
2021-04-15 15:43:55 +02:00
|
|
|
- Image filters are disabled due to lack of Canvas and WeBGL access
|
2021-04-14 18:53:00 +02:00
|
|
|
- Only supported input is Tensor due to missing image decoders
|
|
|
|
|
|
|
|
<br>
|
|
|
|
|
2021-11-07 16:03:33 +01:00
|
|
|
## Browser Tests
|
2021-04-14 18:53:00 +02:00
|
|
|
|
2021-11-07 16:03:33 +01:00
|
|
|
- Chrome/Edge: **All Passing**
|
|
|
|
- Firefox: WebWorkers not supported due to missing support for `OffscreenCanvas`
|
|
|
|
- Safari: **Limited Testing**
|