Skip to content

HornedSungem/SungemSDK-Cpp

Repository files navigation

Horned Sungem

SungemSDK-Cpp

SungemSDK | Documentation | 简体中文

Installation Guide

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

Getting Started

This repository contains the high-level APIs and some examples for C++ developers.

Build the High-Level APIs

cd libhs_highapi
mkdir build && cd build
cmake .. && make

The built target named libhs_highapi will written to the libhs_highapi/lib folder.

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 MobileNet-SSD for an example
cd examples/apps/MobileNet-SSD
mkdir build && cd build
cmake .. && make
./MobileNet-SSD

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published