blob: 2d273217a372f59a4c2699d704a0c4f0151209a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"features": "artifacts/synth_v0/vision_slots.pt",
"side": "vision",
"targets": {
"color_presence": {
"accuracy": 0.7921,
"balanced_accuracy": 0.548707302157388
},
"shape_presence": {
"accuracy": 0.7203333333333334,
"balanced_accuracy": 0.6180613351231777
},
"group_count": {
"r2": 0.4805682939157645,
"mae": 0.3130879995546261
},
"object_total": {
"r2": 0.4026137088198207,
"mae": 1.2632534989614292
},
"relation_count": {
"r2": 0.1763349320519394,
"mae": 0.3473258913646928
}
}
}
|