mirror of https://github.com/vladmandic/human
update platform notes
parent
270ef7a2c5
commit
a4cc793d5a
|
@ -6,12 +6,11 @@
|
|||
|
||||
- **Chrome**: *Supported*
|
||||
- Minimum version Chrome 60 from 2017
|
||||
- WASM: For performance reasons it is recommended to enable `WebAssembly SIMD support` in `chrome://flags`
|
||||
- **Firefox**: *Supported*
|
||||
- Minimum version Firefox 55 from 2017
|
||||
- WebGL: Lower performance due to Firefox handing of WebGL memory garbage collection
|
||||
- WASM: For performance reasons it is recommended to enable `javascript.options.wasm.simd` in `about:config`
|
||||
- WASM: Async operations are not supported (running multiple detections or models in parallel) Due to missing threaded WASM support in Firefox
|
||||
- WASM: Async operations are not supported (running multiple detections or models in parallel) due to missing threaded WASM support in Firefox
|
||||
- Web Workers: Not supported due to Firefox missing implementation for `OffscreenCanvas`
|
||||
- **Safari**: *Limited support*
|
||||
- Minimum version Safari 10.3
|
||||
|
|
Loading…
Reference in New Issue