|
31 | 31 |
|
32 | 32 | ## Compatibility
|
33 | 33 |
|
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` |
43 | 48 |
|
44 | 49 | <br>
|
45 | 50 |
|
@@ -370,20 +375,6 @@ And for even better results, you can run detection in a separate web worker thre
|
370 | 375 |
|
371 | 376 | <br><hr><br>
|
372 | 377 |
|
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 |
| - |
387 | 378 | ## Inputs
|
388 | 379 |
|
389 | 380 | `Human` library can process all known input types:
|
|
0 commit comments