blob: ad0add24bd4319c3ac9eca300c00b6ddb0028b51 (
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_hybrid.pt",
"side": "vision",
"targets": {
"color_presence": {
"accuracy": 0.9903,
"balanced_accuracy": 0.9830846751353357
},
"shape_presence": {
"accuracy": 0.6623333333333333,
"balanced_accuracy": 0.5319668465426146
},
"group_count": {
"r2": 0.5693086807867787,
"mae": 0.28644372836410936
},
"object_total": {
"r2": 0.3873036446684788,
"mae": 1.2471636491917542
},
"relation_count": {
"r2": 0.19613561304657934,
"mae": 0.3407684254531152
}
}
}
|