Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.72 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.72 KB

Horned Sungem

python

SungemSDK-Python

SungemSDK | Documentation | 简体中文

Installation Guide

Clone this repository with:

git clone https://github.com/HornedSungem/SungemSDK-Python.git

For installation, you should go to the installer folder, and run the install.sh corresponding to your operating system.

# take the Ubuntu for an example
cd installer/Linux/Ubuntu
./install.sh

Getting Started

This repository contains the APIs and some examples for Python developers.

Run the examples

Before running the example programs, you must download and copy required files from SungemSDK-GraphModels to the corresponding folders under the examples.

SungemSDK-GraphModels/graphs -> examples/graphs
SungemSDK-GraphModels/misc   -> examples/misc

And then, you can go to the apps folder and run the example code.

# take the FaceDetector for an example
cd examples/apps/FaceDetector
python3 FaceDetector.py

Support

If you need any help, please post us an issue on GitHub Issues or send us an email (support@hornedsungem.org).

You are welcome to contact us for your suggestions, and model request.