From 6635a08309ca8c27744b43f7cd1e72d9b496d05b Mon Sep 17 00:00:00 2001 From: Symisc Systems Date: Fri, 14 Jun 2019 18:56:41 +0200 Subject: [PATCH] Porting SOD face detector to WebAssembly article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b5bd30..eed9e7c 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ The documentation works both as an API reference and a programming tutorial. It C/C++ API Reference Guide | This document describes each API function in details. This is the reference document you should rely on. C/C++ Code Samples | Real world code samples on how to embed, load models and start experimenting with SOD. License Plate Detection | Learn how to detect vehicles license plates without heavy Machine Learning techniques, just standard image processing routines already implemented in SOD. +Porting our Face Detector to WebAssembly | Learn how we ported the SOD Realnets face detector into WebAssembly to achieve Real-time performance in the browser. ## Other useful links