MobileNet-SSD Object Detector

filename graph_object_SSD

Mobilenet + Single-shot detector Object Detector
VOC dataset training, a total of 20 objects

Classified information
LABELDESCRIPTION
1aeroplane
2bicycle
3bird
4boat
5bottle
6bus
7car
8cat
9chair
10cow
11diningtable
12dog
13horse
14motorbike
15person
16pottedplant
17sheep
18sofa
19train
20tvmonitor
INPUT
image size300 x 300
image channel3 (RGB)
preprocess coefficientscale0.007843
mean-1.0, -1.0, -1.0
OUTPUT One-dimensional Array
INDEX (n > 0)DESCRIPTION
0number of results
n * 7 + 1label
n * 7 + 2confidence (range [0, 1])
n * 7 + 3box x1
n * 7 + 4box y1
n * 7 + 5box x2
n * 7 + 6box y2