SungemSDK | Documentation | 简体中文
Clone this repository and all its submodules with:
git clone --recursive https://github.com/HornedSungem/SungemSDK-Cpp.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 high-level APIs and some examples for C++
developers.
cd libhs_highapi
mkdir build && cd build
cmake .. && make
The built target named libhs_highapi
will written to the libhs_highapi/lib
folder.
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 MobileNet-SSD for an example
cd examples/apps/MobileNet-SSD
mkdir build && cd build
cmake .. && make
./MobileNet-SSD
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.