File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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-
6867Test 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-
7573The 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
8185Object detection
You can’t perform that action at this time.
0 commit comments