Skip to content

Commit b1be652

Browse files
authored
Add performance comparison table and chart
1 parent 3273e8c commit b1be652

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,16 @@ This notebook demonstrates the use of three face detection packages:
143143
1. mtcnn
144144
1. dlib
145145
146-
Each package is tested for its speed in detecting the faces in a set of 300 images (all frames from one video), with GPU support enabled.
146+
Each package is tested for its speed in detecting the faces in a set of 300 images (all frames from one video), with GPU support enabled. Performance is based on Kaggle's P100 notebook kernel. Results are summarized below.
147+
148+
|Package|FPS (1080x1920)|FPS (720x1280)|FPS (540x960)|
149+
|---|---|---|---|
150+
|facenet-pytorch|12.97|20.32|25.50|
151+
|facenet-pytorch (non-batched)|9.75|14.81|19.68|
152+
|dlib|3.80|8.39|14.53|
153+
|mtcnn|3.04|5.70|8.23|
154+
155+
![](examples/performance-comparison.png)
147156
148157
See the [notebook on kaggle](https://www.kaggle.com/timesler/comparison-of-face-detection-packages).
149158

0 commit comments

Comments
 (0)