ljchang commited on
Commit
961f53e
·
verified ·
1 Parent(s): 174b794

Upload competitors/pyafar_accuracy_disfaplus.json with huggingface_hub

Browse files
competitors/pyafar_accuracy_disfaplus.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "pyafar",
3
+ "date": "2026-06-06T15:27:29.148807",
4
+ "host": "liquidswords2",
5
+ "dataset": "disfaplus",
6
+ "n_frames_scored": 57150,
7
+ "n_trials": 641,
8
+ "predicted_aus": [
9
+ "AU01",
10
+ "AU02",
11
+ "AU04",
12
+ "AU06",
13
+ "AU12",
14
+ "AU15",
15
+ "AU17"
16
+ ],
17
+ "missing_aus": [
18
+ "AU05",
19
+ "AU09",
20
+ "AU20",
21
+ "AU25",
22
+ "AU26"
23
+ ],
24
+ "per_au_f1": {
25
+ "AU01": 0.0031,
26
+ "AU02": 0.398,
27
+ "AU04": 0.0,
28
+ "AU06": 0.6067,
29
+ "AU12": 0.5483,
30
+ "AU15": 0.1257,
31
+ "AU17": 0.1364
32
+ },
33
+ "mean_f1_7au": 0.2597,
34
+ "occ_threshold": 0.5,
35
+ "occ_prob_inverted": false,
36
+ "occ_prob_gt_corr": 0.3533,
37
+ "truth_threshold": 2.0,
38
+ "license": "non-commercial (PyAFAR)",
39
+ "note": "PyAFAR adult occurrence on DISFA+ (held-out). Video-only API: aligned crops re-assembled into per-trial mp4s, PyAFAR's own MediaPipe+dlib pipeline. Only 7 of 12 DISFA AUs overlap PyAFAR's adult set. F1: occ prob >=0.5 vs truth intensity >=2."
40
+ }