GithubHelp home page GithubHelp logo

tonytonyfly / hyperft Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zeusees/hyperft

0.0 0.0 0.0 6.77 MB

开源移动端快速视频人脸跟踪-移动端150FPS+

Home Page: http://www.zeusee.com

License: Apache License 2.0

CMake 0.06% Java 1.83% C++ 93.14% C 4.80% Objective-C 0.18%

hyperft's Introduction

简介

开源视频人脸跟踪算法,基于mtcnn人脸加测+onet人脸跟踪,移动端速度可以达到150fps+。该项目基于Android工程,提供底层JNI实现,使用者可以自行编译移植到其他平台。算法依赖ncnn深度学习计算库,体积小,易于集成。

Demo(运行于 Ubuntu 18.04, i5-7400, NCNN)
Demo(运行于 Ubuntu 18.04, i5-7400, NCNN)

如果你想要了解更多,请参考:

代码编译

环境准备

  • Android Studio v3.5

  • CMake:3.6.4

  • Android SDK Platform-Tools:29.0.3

  • Android SDK Tools:26.1.1

  • NDK:r15c

依赖库

  • OpenCV:3.4.7 OpenCV

  • ncnn:20190611 bade132 ncnn

编译设置

1.设置Android NDK与Android SDK地址

2.修改CMake编译文件,在app/src/main/cpp/下修改CMakeLists.txt文件:

include_directories (D:/Wendell/Develop/libs/ncnn-android-lib/include)
include_directories(D:/Wendell/Develop/libs/OpenCV-android-sdk/sdk/native/jni/include)
set(OpenCV_DIR "D:/Wendell/Develop/libs/OpenCV-android-sdk/sdk/native/jni")
set_target_properties(libncnn PROPERTIES IMPORTED_LOCATION D:/Wendell/Develop/libs/ncnn-android-lib/${ANDROID_ABI}/libncnn.a)

相关资源

体验

TODO

  • Sorry,目前还是需要依赖opencv,稍后提交精简版

  • iOS Project Develop

联系方式

hyperft's People

Contributors

jinkham avatar qaz734913414 avatar szad670401 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.