Coder Social home page Coder Social logo

marvis / ysqfastfd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oaid/ysqfastfd

0.0 2.0 0.0 3.6 MB

A fast binary library for face detection and face landmark detection in images. No float point operations, especially suit for low cost ARM CPUs, The highest accuracy on FDDB among non deep learning methods

License: Apache License 2.0

Makefile 4.59% C 78.99% C++ 9.66% Objective-C 6.76%

ysqfastfd's Introduction

YSQ face detect algorithm demo on ARM (Linux) platform.

License

Performance on ARM platform

Test on Allwinner R40 (ARM32) and Rockchip RK3399 (ARM64)

Allwinner R40 A7 platform

R40_perf_two_face

Rockchip RK3399 A72 platform

RK3399_perf_two_face

Platform preparation :

  • ARM32 platform hardware board
  • Ubuntu 16.04 with GTK3 library
  • USB camera (480P/720P), YUYV

Build

Check the gtk+ devel library is installed

sudo apt install build-essential vim-gtk libgtk-3-0 libgtk-3-dev libegl1-mesa-dev

Build the runtime shared libraries

cd YSQfastfd
make -j4

Copy libraries

sudo mkdir /usr/local/ysqfd
sudo cp 3rdlibs/libysqfd32.so /usr/local/ysqfd/.
sudo cp 3rdlibs/libysqfd64.so /usr/local/ysqfd/.
sudo cp middle/libaaid.so /usr/local/ysqfd/.
export LD_LIBRARY_PATH=/usr/local/ysqfd

run the demo

fddemo/ysqfddemo

NOTE : Type key 'q' to quit the display window.

ysqfastfd's People

Contributors

xhbdahai avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.