김성연

Delete README.md

1 -# Simple Face Recognition
2 -
3 -![matrix5.png](https://github.com/kairess/simple_face_recognition/raw/master/result/matrix5.png)
4 -![matrix.png](https://github.com/kairess/simple_face_recognition/raw/master/result/matrix.png)
5 -
6 -- Used dlib_face_recognition_resnet_model_v1.dat model
7 -- Used dlib frontal_face_detector
8 -- Used dlib shape_predictor
9 -
10 -## Download Models
11 -- [shape_predictor_68_face_landmarks.dat.bz2](https://github.com/davisking/dlib-models/raw/master/shape_predictor_68_face_landmarks.dat.bz2)
12 -- [dlib_face_recognition_resnet_model_v1.dat](https://github.com/kairess/simple_face_recognition/raw/master/models/dlib_face_recognition_resnet_model_v1.dat)
13 -
14 -## Dependencies
15 -- Python 3+
16 -- dlib
17 -- OpenCV
18 -- numpy
19 -- matplotlib (for visualization)