Skip to content

Commit 6277ec9

Browse files
committed
merge projects
1 parent 9e4d3ad commit 6277ec9

File tree

141 files changed

+17
-19301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+17
-19301
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
SPC Detection with Tensorflow
1+
[![Build Status](https://travis-ci.com/hoopoe/FR-android-dlib-opencv.svg?branch=master)](https://travis-ci.com/hoopoe/FR-android-dlib-opencv)
2+
3+
Facial Recognition on Android using dlib and opencv
24
============
35

46

5-
This app demonstrate semi realtime traffic signs, pedestrians and cars detection, tracking based on Tensorflow.
7+
This app demonstrate semi realtime face detection, tracking and recognition based on predefined face vectors.
8+
9+
10+
Notes:
11+
1. Set env variable OPENCV_ANDROID_SDK
12+
13+
export OPENCV_ANDROID_SDK=/Users/hoopoe/Tools/OpenCV-android-sdk
614

15+
2. From https://github.com/davisking/dlib-models
716

8-
To run app:
9-
1. Install tensorflow
17+
copy
18+
* shape_predictor_5_face_landmarks.dat
19+
* dlib_face_recognition_resnet_model_v1.dat
20+
21+
to /sdcard/Download
1022

11-
2. Change paths 'tensorflow_root' (folder with tensorflow) and 'bazelLocation'(folder with bazel) in build.gradle
23+
3. dlib adapted to work with -DANDROID_STL=gnustl_shared
1224

13-
3. Change path TF_SRC_ROOT to folder with tensorflow in CMakeLists.txt
Binary file not shown.

TensorflowDetection/.externalNativeBuild/cmake/debug/arm64-v8a/.ninja_log

Lines changed: 0 additions & 17 deletions
This file was deleted.

TensorflowDetection/.externalNativeBuild/cmake/debug/arm64-v8a/CMakeCache.txt

Lines changed: 0 additions & 333 deletions
This file was deleted.

0 commit comments

Comments
 (0)