Purchase
Product Instructions
Quick Start
Model Conversion
Model List
Mnist Digit recognition
MobileNet-SSD Face Detector
MobileNet-SSD Object Detector
SqueezeNet Image Classification
GoogleNet Image Recognition
FaceNet Face Recognition
Sketch Recognition
APIs
Python API
Android API
Examples and Tutorials
Python
Face detector
Object Detector
Scene Recorder
Image Recogniser (Low-level API Tutorial)
Android
Hello 2018
Face Detector
Object Detector
SketchGuess
Multiple Model
ROS
ROS Tutorial
DIY
Rapiro Robot
Smart Lamp
Sitting posture alarm
Raspberry Pi Toy Car
FAQs
Contact us
English
Github
Horned Sungem Documentation
>
Model List
> MobileNet-SSD Face Detector
MobileNet-SSD Face Detector
filename
graph_face_SSD
Mobilenet + Single-shot detector
INPUT
image size
300 x 300
image channel
3 (RGB)
preprocess coefficient
scale
0.007843
mean
-1.0, -1.0, -1.0
OUTPUT
One-dimensional Array
INDEX (n > 0)
DESCRIPTION
0
number of results
n * 7 + 1
label
n * 7 + 2
confidence (range [0, 1])
n * 7 + 3
box x1
n * 7 + 4
box y1
n * 7 + 5
box x2
n * 7 + 6
box y2