Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pillarpond committed Feb 25, 2019
1 parent cacf92a commit 5b2b871
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ android:
- tools
- platform-tools
- tools
- build-tools-27.0.3
- android-27
- build-tools-28.0.3
- android-28
- extra-android-m2repository
- extra-google-m2repository
install:
- echo y | sdkmanager "ndk-bundle"
- echo y | sdkmanager "cmake;3.6.4111459"
- echo y | sdkmanager "cmake;3.10.2.4988404"
- echo y | sdkmanager "lldb;3.1"
# - sdkmanager --update
before_script:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ The code can recognize 5 famous people's faces.[(Source)](https://github.com/pil
Also, you can add new person using photos.
![demo2](./demo2.gif)

## Download
[Google Drive](https://drive.google.com/file/d/1KlC3HsBkkME1kO8YPNUJqSWtqSd0eqeg/view?usp=sharing)
## Pre-trained model
from davidsandberg's facenet
| Model name | LFW accuracy | Training dataset | Architecture |
|-----------------|--------------|------------------|-------------|
| [20180402-114759](https://drive.google.com/open?id=1EXPBSXwTaqrSC0OhUdXNmKSh9qJUQ55-) | 0.9965 | VGGFace2 | [Inception ResNet v1](https://github.com/davidsandberg/facenet/blob/master/src/models/inception_resnet_v1.py) |

## License
[Apache License 2.0](./LICENSE)
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
}

dependencies {
implementation 'androidx.annotation:annotation:1.0.1'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.google.android.material:material:1.1.0-alpha03'
implementation 'androidx.annotation:annotation:1.0.1'
implementation 'org.tensorflow:tensorflow-android:1.13.0-rc0'
}

0 comments on commit 5b2b871

Please sign in to comment.