blob: dfa495f60c472162ca537d0695a5764c83991bd1 (
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.pt",
"side": "vision",
"targets": {
"color_presence": {
"accuracy": 0.996,
"balanced_accuracy": 0.9920367188831435
},
"shape_presence": {
"accuracy": 0.662,
"balanced_accuracy": 0.5403580549830131
},
"group_count": {
"r2": 0.6128049405250413,
"mae": 0.2596760080342657
},
"object_total": {
"r2": 0.43549224792095476,
"mae": 1.204687900241071
},
"relation_count": {
"r2": 0.20250572046700854,
"mae": 0.33619622270671823
}
}
}
|