Skip to content

Commit 02f28f1

Browse files
committed
update README.md
1 parent e85b54b commit 02f28f1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,22 @@ Test 10 times with multithreading
6464
| 100 | 1.57126 | 63.6563 |
6565
| 1000 | 14.5097 | 68.9689 |
6666

67-
6867
Test 10 times w/o multithreading
6968
| frames | Elapsed (Avg) | FPS (Avg) |
7069
| ------------- | ------------- | ------------- |
7170
| 100 | 1.95773 | 51.0956 |
7271
| 1000 | 13.9149 | 52.4172 |
7372

74-
7573
The elapsed time don't see any change; however, the FPS of streaming 100 and 1000 frames increase by 23.5% and 31.5%, respectively.
7674

7775
### Face Detection
78-
Face detection using dlib
76+
Face detection using **dlib**
77+
78+
Trained model for face landmark detection: [download](http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2)
79+
80+
Example of using dlib: [here](http://dlib.net/face_landmark_detection_ex.cpp.html)
81+
82+
7983

8084
### Object Detection
8185
Object detection

0 commit comments

Comments
 (0)