All Projects → zeusees → Hyperft

zeusees / Hyperft

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

Projects that are alternatives of or similar to Hyperft

Quaver
🎶 The ultimate community-driven, and open-source competitive rhythm game.
Stars: ✭ 282 (-6%)
Mutual labels:  open-source
Length.js
📏 JavaScript library for length units conversion.
Stars: ✭ 292 (-2.67%)
Mutual labels:  open-source
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (-2.67%)
Mutual labels:  open-source
Resources I Like
📚💯 Collection of learning resources i like
Stars: ✭ 280 (-6.67%)
Mutual labels:  open-source
Docker
⛴ Docker image of Nextcloud
Stars: ✭ 3,560 (+1086.67%)
Mutual labels:  open-source
Open Project 1
Unity Open Project #1: Chop Chop
Stars: ✭ 4,235 (+1311.67%)
Mutual labels:  open-source
Golang Tutorials
Go Tutorials - Let's get our hands really dirty by writing a lot of Golang code
Stars: ✭ 277 (-7.67%)
Mutual labels:  open-source
Awesome Learning Resources
🔥 Awesome list of resources on Web Development.
Stars: ✭ 3,928 (+1209.33%)
Mutual labels:  open-source
Boston.gov D7
Once housed code for boston.gov. Have moved to Drupal 8 as of November 2019.
Stars: ✭ 290 (-3.33%)
Mutual labels:  open-source
Mxengine
C++ open source 3D game engine
Stars: ✭ 284 (-5.33%)
Mutual labels:  open-source
Online
Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
Stars: ✭ 278 (-7.33%)
Mutual labels:  open-source
Etiquette
GitHub Etiquette
Stars: ✭ 286 (-4.67%)
Mutual labels:  open-source
Sapmachine
An OpenJDK release maintained and supported by SAP
Stars: ✭ 294 (-2%)
Mutual labels:  open-source
Lascar
Ledger's Advanced Side-Channel Analysis Repository
Stars: ✭ 282 (-6%)
Mutual labels:  open-source
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (-1.33%)
Mutual labels:  open-source
Maxkey
MaxKey is Single Sign On(SSO) System,Leading-Edge Enterprise-Class open source IAM(Identity and Access management) product.
Stars: ✭ 274 (-8.67%)
Mutual labels:  open-source
Netdisco
A web-based network management tool.
Stars: ✭ 291 (-3%)
Mutual labels:  open-source
Beagle sdr gps
KiwiSDR: BeagleBone web-accessible shortwave receiver and software-defined GPS
Stars: ✭ 300 (+0%)
Mutual labels:  open-source
Opendsr
A common framework enabling companies to work together to protect consumers' privacy and data rights.
Stars: ✭ 295 (-1.67%)
Mutual labels:  open-source
Pysolfc
A comprehensive, feature-rich, open source, and portable, collection of Solitaire games.
Stars: ✭ 293 (-2.33%)
Mutual labels:  open-source

HyperFT

简介

开源视频人脸跟踪算法,基于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

联系方式

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].