Skip to content

Commit 7e7c6d2

Browse files
committed
update compatibility notes
Signed-off-by: Vladimir Mandic <[email protected]>
1 parent 5208b9e commit 7e7c6d2

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

README.md

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,20 @@
3131

3232
## Compatibility
3333

34-
- **Browser**:
35-
Compatible with both desktop and mobile platforms
36-
Compatible with *CPU*, *WebGL*, *WASM* backends
37-
Compatible with *WebWorker* execution
38-
Compatible with *WebView*
39-
- **NodeJS**:
40-
Compatibile with *WASM* backend for executions on architectures where *tensorflow* binaries are not available
41-
Compatible with *tfjs-node* using software execution via *tensorflow* shared libraries
42-
Compatible with *tfjs-node* using GPU-accelerated execution via *tensorflow* shared libraries and nVidia CUDA
34+
**Browser**:
35+
- Compatible with both desktop and mobile platforms
36+
- Compatible with *WebGPU*, *WebGL*, *WASM*, *CPU* backends
37+
- Compatible with *WebWorker* execution
38+
- Compatible with *WebView*
39+
- Primary platform: *Chromium*-based browsers
40+
- Secondary platform: *Firefox*, *Safari*
41+
42+
**NodeJS**:
43+
- Compatibile with *WASM* backend for executions on architectures where *tensorflow* binaries are not available
44+
- Compatible with *tfjs-node* using software execution via *tensorflow* shared libraries
45+
- Compatible with *tfjs-node* using GPU-accelerated execution via *tensorflow* shared libraries and nVidia CUDA
46+
- Supported versions are from **14.x** to **22.x**
47+
- NodeJS version **23.x** is not supported due to breaking changes and issues with `@tensorflow/tfjs`
4348

4449
<br>
4550

@@ -370,20 +375,6 @@ And for even better results, you can run detection in a separate web worker thre
370375

371376
<br><hr><br>
372377

373-
## Compatibility
374-
375-
### Browser
376-
377-
- Tested using latest version of chromium based browsers
378-
- Support for Firefox and Safari is based on best-effort
379-
380-
### NodeJS
381-
382-
- Supported versions are from **14.x** to **22.x**
383-
- NodeJS version **23.x** is not supported due to breaking changes and issues with `@tensorflow/tfjs`
384-
385-
<br><hr><br>
386-
387378
## Inputs
388379

389380
`Human` library can process all known input types:

wiki

Submodule wiki updated from 0c4999f to 56b703f

0 commit comments

Comments
 (0)