Datasets:
Formats:
json
Languages:
English
Size:
< 1K
Tags:
3d-scene-understanding
monocular-depth-estimation
controlnet
diffusion-models
benchmark
evaluation
License:
Add anova.json: two-way Type II ANOVA on delta_l_ortho with model x complexity-level factors (paper §4.3)
Browse files- evaluation/anova.json +48 -0
evaluation/anova.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"method": "Two-way ANOVA via statsmodels.stats.anova.anova_lm with typ=2 (Type II SS)",
|
| 3 |
+
"formula": "delta_l_ortho ~ C(model) + C(level) + C(model):C(level)",
|
| 4 |
+
"n_observations": 21145,
|
| 5 |
+
"models": [
|
| 6 |
+
"flux1",
|
| 7 |
+
"hunyuan",
|
| 8 |
+
"kolors",
|
| 9 |
+
"sd15",
|
| 10 |
+
"sd35",
|
| 11 |
+
"sdxl"
|
| 12 |
+
],
|
| 13 |
+
"levels": [
|
| 14 |
+
"L0_empty",
|
| 15 |
+
"L1_basic",
|
| 16 |
+
"L2_full"
|
| 17 |
+
],
|
| 18 |
+
"results": {
|
| 19 |
+
"C(model)": {
|
| 20 |
+
"df": 5.0,
|
| 21 |
+
"sum_sq": 33.515732054014634,
|
| 22 |
+
"F": 167.8947458861536,
|
| 23 |
+
"p_unc": 1.0619572995881867e-175,
|
| 24 |
+
"eta_sq": 0.03751608467421723,
|
| 25 |
+
"partial_eta_sq": 0.038216135178130016
|
| 26 |
+
},
|
| 27 |
+
"C(level)": {
|
| 28 |
+
"df": 2.0,
|
| 29 |
+
"sum_sq": 8.516002733336993,
|
| 30 |
+
"F": 106.65081942527183,
|
| 31 |
+
"p_unc": 8.210924082486664e-47,
|
| 32 |
+
"eta_sq": 0.009532451181876145,
|
| 33 |
+
"partial_eta_sq": 0.009995249479614795
|
| 34 |
+
},
|
| 35 |
+
"C(model):C(level)": {
|
| 36 |
+
"df": 10.0,
|
| 37 |
+
"sum_sq": 7.848914396634636,
|
| 38 |
+
"F": 19.659297400715662,
|
| 39 |
+
"p_unc": 1.2585934022875265e-36,
|
| 40 |
+
"eta_sq": 0.008785740876262797,
|
| 41 |
+
"partial_eta_sq": 0.009219505092167055
|
| 42 |
+
},
|
| 43 |
+
"Residual": {
|
| 44 |
+
"df": 21127.0,
|
| 45 |
+
"sum_sq": 843.4890173219692
|
| 46 |
+
}
|
| 47 |
+
}
|
| 48 |
+
}
|