Skip to content

Commit

Permalink
Open Source!
Browse files Browse the repository at this point in the history
We released the source code for face detection under a 3-clause BSD License.
  • Loading branch information
ShiqiYu authored Mar 14, 2019
1 parent 8078af8 commit 4e7cdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is an open source library for CNN-based face detection in images. The CNN model has been converted to stastic variales in C source files. The source code does not depend on any other libraries. What you need is just a C++ compiler. You can compile the source code under Windows, Linux, ARM and any platform with a C++ compiler.

SIMD instructions are used to speedup the detection. If you use Intel CPU, you can enable AVX2 and NEON for ARM.
SIMD instructions are used to speedup the detection. You can enable AVX2 if you use Intel CPU or NEON for ARM.

The model file has also been provided in directory ./models/.

Expand Down

0 comments on commit 4e7cdc6

Please sign in to comment.