ljchang commited on
Commit
f487678
·
verified ·
1 Parent(s): 7877f00

Upload competitors/libreface_speed.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. competitors/libreface_speed.json +10 -0
competitors/libreface_speed.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tool": "libreface",
3
+ "fixture": "single_face.mp4 (72 frames)",
4
+ "metric": "end-to-end fps (MediaPipe align + AU model)",
5
+ "note": "GPU barely helps: CPU MediaPipe alignment is the bottleneck. Cannot run on Blackwell (sm_120) or (untested) M5.",
6
+ "fps": {
7
+ "cpu_batch1": 2.7, "cpu_batch16": 3.9,
8
+ "rtx3090_batch1": 3.8, "rtx3090_batch16": 4.5
9
+ }
10
+ }