Object Detector

This chapter will introduce how to use Horned Sungem to deploy SSD-Mobilenet object detector.

Getting Started

Get Python Development Kit and Model Resources according to Getting Started page.

Graph Filegraph_object_SSD
Exampleexamples/apps/ObjectDetector/ObjectDetector.py

Code

The flow of object detection is basically the same as Face Detection.
The detection category is 20.
For specific categories, please refer to Model Description or the specific code in the API.

Show

After connecting the Horned Sungem:

cd SungemSDK-Python/examples/apps/ObjectDetector
python3 ObjectDetector.py