• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

Qualeams/Android-Face-Recognition-with-Deep-Learning-Library: Face Recognition l ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

Qualeams/Android-Face-Recognition-with-Deep-Learning-Library

开源软件地址(OpenSource Url):

https://github.com/Qualeams/Android-Face-Recognition-with-Deep-Learning-Library

开源编程语言(OpenSource Language):

Java 95.8%

开源软件介绍(OpenSource Introduction):

Android Face Recognition with Deep Learning - Library

Acknowledgements

This library was developed by Michael Sladoje and Mike Schälchli during a bachelor thesis at the Zurich University of Applied Sciences.

Acknowledgements go to the thesis supervisors Dr. Martin Loeser, Dr. Oliver Dürr, Diego Browarnik and all the contributors of our code sources.

Code has been derived from the following sources:

App architecture

alt tag

JavaDoc

https://qualeams.github.io/Android-Face-Recognition-with-Deep-Learning-Library/

Usage

Include as an Android module from bintray

  1. Add bintray repository to the project build.gradle file
repositories {
    maven {
        url  "http://dl.bintray.com/qualeams/Android-Face-Recognition-Deep-Learning-Library" 
    }
}
  1. Add library dependency to the module/app build.gradle file
compile 'ch.zhaw:facerecognitionlibrary:1.5.2'

Include as an Android module from source

  1. git clone https://github.com/Qualeams/Android-Face-Recognition-with-Deep-Learning-Library.git
  2. Import the facerecognitionlibrary in the existing Android Studio project

Parameters

Most parameters are set in the settings/preferences.

Train, Classify

Either train and classify by passing images (OpenCV Mat object) to the library or if features already obtained from the image (getFeatureVector), the feature vector can be passed (OpenCV Mat object) together with the flag "featuresAlreadyExtracted" set to 'true'.

Android NDK - C++

The libs for LIBSVM can be compiled outside of Android Studio with the make command (the Makefile is located under /jni-build). There are 3 different usages:

  • make clean (executes ndk-build clean)
  • make (executes ndk-build)
  • make install (copies the libs to the folder /src/main/jniLibs/armeabi-v7a)



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap