From 3813bf624d1ad109d4668a147f1807ea6c8b089d Mon Sep 17 00:00:00 2001 From: Symisc Systems Date: Fri, 14 Jun 2019 19:05:03 +0200 Subject: [PATCH] WebAssembly compilation article link --- WebAssemby/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/WebAssemby/README.md b/WebAssemby/README.md index 9b70c20..9d26466 100644 --- a/WebAssemby/README.md +++ b/WebAssemby/README.md @@ -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 SOD realnets face detector to WebAssembly is available to consult at: Porting a Face Detector Written in C to WebAssembly. + +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. @@ -14,4 +16,4 @@ directives on your .htaccess or Virtual host configuration: For chrome users, you must test the model on an actual web server, whether served locally (i.e http://127.0.0.1) or remotely. -This is due to the fact that chrome does not allow WebAssembly modules to be loaded directly from the file system ( Edge and Firefox do not have such issue). +This is due to the fact that chrome does not allow WebAssembly modules to be loaded directly from the file system (Edge and Firefox do not have such issue).