You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* paper: [Jung et al. - Unified Negative Pair Generation toward Well-discriminative Feature Space for Face Recognition](https://arxiv.org/abs/2203.11593)
* Note: ```include_tensors``` needs to be True in order to include the model prediction in Prediction.logits
122
130
123
131
@@ -170,7 +178,7 @@ You can also download the models manually from a [public Google Drive folder](ht
170
178
171
179
### Execution time
172
180
173
-
Image test.jpg (4 faces) is analyzed (including drawing boxes and landmarks, but not saving) in about 440ms and test3.jpg (25 faces) in about 1416ms (batch_size=8) on NVIDIA Tesla T4 GPU once the default configuration (*conf/config.yaml*) of models is initialized and pre heated to the initial image size 1080x1080 by the first run. One can monitor the execution times in logs using the DEBUG level.
181
+
Image test.jpg (4 faces) is analyzed (including drawing boxes and landmarks, but not saving) in about 465ms and test3.jpg (25 faces) in about 1480ms (batch_size=8) on NVIDIA Tesla T4 GPU once the default configuration (*conf/config.yaml*) of models is initialized and pre heated to the initial image size 1080x1080 by the first run. One can monitor the execution times in logs using the DEBUG level.
0 commit comments