Skip to content

Commit

Permalink
Added Tengine howto
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiqiYu authored Mar 26, 2019
1 parent d757421 commit c6eba3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ If you want to compile and run the example, you can create a build folder first,
mkdir build; cd build; rm -rf *
```

### Use Tengine to Speedup the detection on ARM
The model has been added to [Tengine](https://github.com/OAID/Tengine). Tengine, developed by OPEN AI LAB, is a lite, high-performance, and modular inference engine for embedded device.

The model in Tengine can run faster than the C++ source code here because Tengine has been optimized according to ARM CPU. There are detailed manual and example at Tengine web site: https://github.com/OAID/Tengine/tree/master/examples/YuFaceDetectNet

### Cross build for aarch64
1. Set cross compiler for aarch64 (please refer to aarch64-toolchain.cmake)
2. Set opencv path since the example code depends on opencv
Expand Down

0 comments on commit c6eba3d

Please sign in to comment.