ljchang commited on
Commit
8d74833
·
verified ·
1 Parent(s): d8b23f1

Upload competitors/pyfeat_v2_modalities.json with huggingface_hub

Browse files
competitors/pyfeat_v2_modalities.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "pyfeat_v2",
3
+ "date": "2026-06-06T10:00:30.910648",
4
+ "host": "liquidswords2",
5
+ "gpu": "NVIDIA GeForce RTX 3090",
6
+ "results": {
7
+ "affectnet_val": {
8
+ "n_samples": 994,
9
+ "n_scored": 992,
10
+ "emotion_accuracy": 0.4919,
11
+ "emotion_f1_macro": 0.4787,
12
+ "valence_ccc": 0.5349,
13
+ "arousal_ccc": 0.4822,
14
+ "valence_arousal_supported": true
15
+ },
16
+ "columbia_gaze": {
17
+ "n_samples": 1176,
18
+ "n_scored": 1176,
19
+ "gaze_angular_mae_deg": 17.536,
20
+ "gaze_angular_mae_std": 9.847,
21
+ "gaze_angular_mae_median": 18.821,
22
+ "gaze_pitch_mae_deg": 1.853,
23
+ "gaze_yaw_mae_deg": 17.365
24
+ }
25
+ }
26
+ }