Sync Coast-style multi-scale fusion
Browse files
configs/dual_dinov3_vit_convnext.json
CHANGED
|
@@ -13,7 +13,11 @@
|
|
| 13 |
},
|
| 14 |
"fusion": {
|
| 15 |
"out_channels": 256,
|
| 16 |
-
"method": "
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
},
|
| 18 |
"normalization_policy": {
|
| 19 |
"unfreeze_all_norm": true
|
|
|
|
| 13 |
},
|
| 14 |
"fusion": {
|
| 15 |
"out_channels": 256,
|
| 16 |
+
"method": "coast_style_cross_scale_attention",
|
| 17 |
+
"semantic_sources": ["vit", "convnext_c4", "convnext_c16", "convnext_c32"],
|
| 18 |
+
"detail_source": "convnext_c8",
|
| 19 |
+
"detail_grid_size": [28, 28],
|
| 20 |
+
"output_features": ["fused", "semantic", "detail", "convnext_pyramid"]
|
| 21 |
},
|
| 22 |
"normalization_policy": {
|
| 23 |
"unfreeze_all_norm": true
|