Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017103972
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김성연
2021-05-27 02:20:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5310db6440ab1551069c34e473922c3f944ed663
5310db64
1 parent
44ea8294
Delete README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
code/face_emotion_recognition/README.md
code/face_emotion_recognition/README.md
deleted
100644 → 0
View file @
44ea829
# Simple Face Recognition
![
matrix5.png
](
https://github.com/kairess/simple_face_recognition/raw/master/result/matrix5.png
)
![
matrix.png
](
https://github.com/kairess/simple_face_recognition/raw/master/result/matrix.png
)
-
Used dlib_face_recognition_resnet_model_v1.dat model
-
Used dlib frontal_face_detector
-
Used dlib shape_predictor
## Download Models
-
[
shape_predictor_68_face_landmarks.dat.bz2
](
https://github.com/davisking/dlib-models/raw/master/shape_predictor_68_face_landmarks.dat.bz2
)
-
[
dlib_face_recognition_resnet_model_v1.dat
](
https://github.com/kairess/simple_face_recognition/raw/master/models/dlib_face_recognition_resnet_model_v1.dat
)
## Dependencies
-
Python 3+
-
dlib
-
OpenCV
-
numpy
-
matplotlib (for visualization)
Please
register
or
login
to post a comment