Skip to content

sophgo-tan/BMService

 
 

Repository files navigation

BMService

BMService is a framework to pipeline the whole process include pre-process, forward, post-forward running on multiple BM168x chips

introduction

entries

all the xxx.cpp files in src/model will be compiling seperately as an executable application, named BMService-xxx

build

Get the BMService code

git clone https://github.com/xiaotan3664/BMService.git
cd BMService
git submodule update --init --recursive

Download Data and models Link: https://pan.baidu.com/s/1XazmfQ-qAa4oBZu6EoZrcQ Password: hglm

After initializing your bmnnsdk environment, run the following commands to build:

mkdir build && cd build
cmake ..
make -j
make install

BMSerice-xxx will be generated for running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.8%
  • Python 4.0%
  • CMake 2.1%
  • Other 1.1%