Skip to content
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Branch: master
Clone or download
symisc Embedded real-time face detection via Realnets
Real-time frontal face detection via SOD Realnets (~ 5 ms on HD video).
This is the built-in realnet embedded face detection model. There is no need to bring an independent model in order to detect faces at real-time.
All you need, is to register the model hex array defined in "sod_face_realnet.h" via  `sod_realnet_load_model_from_mem()` and use the same C/C++ as for detecting faces via Realnets.
This feature is available in the commercial version of the library.  You can obtain your commercial license from https://pixlab.io/downloads.
Advantages includes:
 *	Multi-core CPU support for all platforms - Up to 3 ~ 10 times faster processing speed.
 *	Built-in (C Code), high performance RealNets frontal face detector.
 *	75 days of integration & technical assistance.
 *	Royalty-free commercial licenses without any GPL restrictions.
 *	Application source code stays private.
Latest commit 35d3d9b Apr 15, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
WebAssemby Usage instruction of the WebAssembly face detector model Jan 8, 2019
samples Embedded real-time face detection via Realnets Apr 16, 2019
.travis.yml Travis build setup & Makefile template Jun 6, 2018
LICENSE Dual Licensed Jan 13, 2019
Makefile Travis build setup & Makefile template Jun 6, 2018
README.md Added link to the license plate detection article Mar 11, 2019
sod.c SOD Embedded Release 1.1.8 Jan 14, 2019
sod.h Main entry point for the host application Jan 14, 2019
sod_img_reader.h
sod_img_writer.h Accompanying header files for reading images (Mem & Disk) Jan 13, 2019

README.md

SOD

An Embedded Computer Vision & Machine Learning Library
sod.pixlab.io

Build Status API documentation dependency Getting Started license Mailing list Gitter

Output

SOD Embedded

Release 1.1.8

SOD is an embedded, modern cross-platform computer vision and machine learning software library that expose a set of APIs for deep-learning, advanced media analysis & processing including real-time, multi-class object detection and model training on embedded systems with limited computational resource and IoT devices.

SOD was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in open source as well commercial products.

Designed for computational efficiency and with a strong focus on real-time applications. SOD includes a comprehensive set of both classic and state-of-the-art deep-neural networks with their pre-trained models. Built with SOD:

Multi-class object detection

Cross platform, dependency free, amalgamated (single C file) and heavily optimized. Real world use cases includes:

  • Detect & recognize objects (faces included) at Real-time.
  • License plate extraction.
  • Intrusion detection.
  • Mimic Snapchat filters.
  • Classify human actions.
  • Object identification.
  • Eye & Pupil tracking.
  • Facial & Body shape extraction.
  • Image/Frame segmentation.

Notable SOD features

  • Built for real world and real-time applications.
  • State-of-the-art, CPU optimized deep-neural networks including the brand new, exclusive RealNets architecture.
  • Patent-free, advanced computer vision algorithms.
  • Support major image format.
  • Simple, clean and easy to use API.
  • Brings deep learning on limited computational resource, embedded systems and IoT devices.
  • Easy interpolatable with OpenCV or any other proprietary API.
  • Pre-trained models available for most architectures.
  • CPU capable, RealNets model training.
  • Production ready, cross-platform, high quality source code.
  • SOD is dependency free, written in C, compile and run unmodified on virtually any platform & architecture with a decent C compiler.
  • Amalgamated - All SOD source files are combined into a single C file (sod.c) for easy deployment.
  • Open-source, actively developed & maintained product.
  • Developer friendly support channels.

Programming Interfaces

The documentation works both as an API reference and a programming tutorial. It describes the internal structure of the library and guides one in creating applications with a few lines of code. Note that SOD is straightforward to learn, even for new programmer.

Resources Description
SOD in 5 minutes or less A quick introduction to programming with the SOD Embedded C/C++ API with real-world code samples implemented in C.
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.

Other useful links

Resources Description
Downloads Get a copy of the last public release of SOD, pre-trained models, extensions and more. Start embedding and enjoy programming with.
Copyright/Licensing SOD is an open-source, dual-licensed product. Find out more about the licensing situation there.
Online Support Channels Having some trouble integrating SOD? Take a look at our numerous support channels.

face detection using RealNets

You can’t perform that action at this time.