-
-
Notifications
You must be signed in to change notification settings - Fork 327
Platforms
Vladimir Mandic edited this page Dec 23, 2020
·
6 revisions
-
Chrome: Supported
- Minimum version Chrome 60 from 2017
- WASM: For performance reasons it is recommended to enable
WebAssembly SIMD support
inchrome://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
inabout:config
- 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
- User reported as working but with limited testing
- WebGL: Safari supports only
WebGL1
but that is transparent to users
- Other Chromium based browsers: Supported
- Edge is included in testing and supported with same notes as Chrome
- Other Chromium browsers are presumed as working
-
IE 11 or older: Not supported
- Human requires ES2018 support in browsers
- Chrome: Supported
- Firefox: Supported
-
Safari: Limited support
- User reported as working but with limited testing
- Other Chromium based browsers: Supported
- Edge is included in testing and supported with same notes as Chrome
-
IE 11 or older: Not supported
- Human requires ES2018 support in browsers
- Minimum version 12.0
- WIP: Face models are not supported in NodeJS as TensorFlow/JS for Node (
tfjs-node
) does not implement required function
Human Library Wiki Pages
3D Face Detection, Body Pose, Hand & Finger Tracking, Iris Tracking, Age & Gender Prediction, Emotion Prediction & Gesture Recognition