File tree 1 file changed +7
-3
lines changed
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
64
64
| 100 | 1.57126 | 63.6563 |
65
65
| 1000 | 14.5097 | 68.9689 |
66
66
67
-
68
67
Test 10 times w/o multithreading
69
68
| frames | Elapsed (Avg) | FPS (Avg) |
70
69
| ------------- | ------------- | ------------- |
71
70
| 100 | 1.95773 | 51.0956 |
72
71
| 1000 | 13.9149 | 52.4172 |
73
72
74
-
75
73
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.
76
74
77
75
### 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
+
79
83
80
84
### Object Detection
81
85
Object detection
You can’t perform that action at this time.
0 commit comments