ljchang commited on
Commit
cd50d1d
·
verified ·
1 Parent(s): f2a047e

Upload competitors/pyfeat_v2_gaze_ethxgaze_modeldirect.json with huggingface_hub

Browse files
competitors/pyfeat_v2_gaze_ethxgaze_modeldirect.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "pyfeat_v2",
3
+ "task": "gaze",
4
+ "dataset": "ethxgaze",
5
+ "mode": "model_direct",
6
+ "n_scored": 2800,
7
+ "gaze_angular_mae_deg": 44.464,
8
+ "gaze_angular_mae_median": 44.054,
9
+ "gaze_convention_resolved": "a=yaw,b=pitch;sign_pitch=1;sign_yaw=1;unit=rad",
10
+ "frontal_mae_deg": 20.443,
11
+ "correlations": {
12
+ "g0_vs_GTpitch": 0.171,
13
+ "g0_vs_GTyaw": 0.409,
14
+ "g1_vs_GTyaw": 0.01,
15
+ "g1_vs_GTpitch": -0.096
16
+ },
17
+ "date": "2026-06-06T16:55:27.024520",
18
+ "host": "liquidswords2",
19
+ "note": "Multitask gaze head fed the ETH-XGaze normalized patch directly (no RetinaFace re-crop), to test the model in ETH-XGaze's frame."
20
+ }