blob: 7f3a5c4ba999b87d5426fe630ceca1c8e2642b26 (
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_simmim_fg.pt",
"side": "vision",
"targets": {
"color_presence": {
"accuracy": 0.8736,
"balanced_accuracy": 0.7166548739044838
},
"shape_presence": {
"accuracy": 0.7398333333333333,
"balanced_accuracy": 0.6445256395519521
},
"group_count": {
"r2": 0.11175019878679338,
"mae": 0.4572252520990305
},
"object_total": {
"r2": 0.34668987710811705,
"mae": 1.2858600168672178
},
"relation_count": {
"r2": 0.03733297358767684,
"mae": 0.3988900614152442
}
}
}
|