SungemSDK | Documentation | 简体中文
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
This repository contains the APIs and some examples for Python
developers.
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
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.