WebAssembly compilation article link

main
Symisc Systems 6 years ago committed by GitHub
parent 6635a08309
commit 3813bf624d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,6 @@
Frontal face detector, **WebAssemby model** pre-trained on the Genki-4K datatset for **Web oriented applications**.
The article depicting the whole process of porting the <a href="https://sod.pixlab.io/c_api/sod_realnet_detect.html">SOD realnets face detector</a> to WebAssembly is available to consult at: <a href="https://sod.pixlab.io/articles/porting-c-face-detector-webassembly.html">Porting a Face Detector Written in C to WebAssembly</a>.
This frontal face detector, **WebAssemby model** is pre-trained on the Genki-4K datatset for **Web oriented applications**.
The model is production ready, **works at Real-Time on all modern browsers (mobile devices included)**. Usage instruction already included in the package.
The model must be downloaded from https://pixlab.io/downloads. Once downloaded, just put it on the directory where the HTML file `usage.html` reside.

Loading…
Cancel
Save