File size: 2,402 Bytes
746c548
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
  "decoder_cfg": {
    "background_color": [
      1.0,
      1.0,
      1.0
    ],
    "make_scale_invariant": false,
    "name": "splatting_cuda"
  },
  "encoder_cfg": {
    "add_view": false,
    "anchor_feat_dim": 128,
    "apply_bounds_shim": true,
    "backbone": {
      "asymmetry_decoder": true,
      "intrinsics_embed_degree": 4,
      "intrinsics_embed_loc": "encoder",
      "intrinsics_embed_type": "token",
      "model": "ViTLarge_BaseDecoder",
      "name": "croco",
      "patch_embed_cls": "PatchEmbedDust3R"
    },
    "conf_threshold": 0.1,
    "connect_layers": false,
    "d_feature": 32,
    "detach_geo_feat": false,
    "distill": false,
    "encode_content": false,
    "expand_style_tokens": 1,
    "freeze_backbone": true,
    "freeze_module": "None",
    "gaussian_adapter": {
      "gaussian_scale_max": 15.0,
      "gaussian_scale_min": 0.5,
      "sh_degree": 0
    },
    "gaussians_per_pixel": 1,
    "geo_use_img_feat": true,
    "gs_keep_ratio": 1.0,
    "gs_params_head_type": "dpt_gs",
    "gs_prune": false,
    "gt_pose_to_pts": false,
    "input_mean": [
      0.5,
      0.5,
      0.5
    ],
    "input_std": [
      0.5,
      0.5,
      0.5
    ],
    "intermediate_layer_idx": [
      4,
      11,
      17,
      23
    ],
    "n_offsets": 2,
    "name": "anysplat",
    "num_monocular_samples": 32,
    "num_surfaces": 1,
    "opacity_conf": false,
    "opacity_mapping": {
      "final": 0.0,
      "initial": 0.0,
      "warm_up": 1
    },
    "opacity_threshold": 0.001,
    "pass_pts_all": true,
    "pose_free": true,
    "pred_head_type": "depth",
    "pred_pose": true,
    "pretrained_weights": "",
    "render_conf": false,
    "resize_method": "deconv",
    "shared_patch_embed": true,
    "simple_branch": false,
    "style_aa_block_size": 1,
    "style_aa_order": [
      "global"
    ],
    "style_block_fn": "CrossBlock",
    "style_depth": 24,
    "style_fuse_patch_tokens": false,
    "style_gs_head_norm_layer": "layernorm",
    "style_head_type": "base",
    "style_intermediate_layer_idx": [
      4,
      11,
      17,
      23
    ],
    "style_patch_embed": "dinov2_vitl14_reg",
    "use_geo_in_color": false,
    "use_img_feat": false,
    "visualizer": {
      "export_ply": false,
      "min_resolution": 256,
      "num_samples": 8
    },
    "voxel_size": 0.002,
    "voxelize": true,
    "weighting_mode": "original"
  }
}