Upload folder using huggingface_hub
Browse files- config.json +72 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"decoder_cfg": {
|
| 3 |
+
"background_color": [
|
| 4 |
+
1.0,
|
| 5 |
+
1.0,
|
| 6 |
+
1.0
|
| 7 |
+
],
|
| 8 |
+
"make_scale_invariant": false,
|
| 9 |
+
"name": "splatting_cuda"
|
| 10 |
+
},
|
| 11 |
+
"encoder_cfg": {
|
| 12 |
+
"anchor_feat_dim": 128,
|
| 13 |
+
"apply_bounds_shim": true,
|
| 14 |
+
"backbone": {
|
| 15 |
+
"asymmetry_decoder": true,
|
| 16 |
+
"intrinsics_embed_degree": 4,
|
| 17 |
+
"intrinsics_embed_loc": "encoder",
|
| 18 |
+
"intrinsics_embed_type": "token",
|
| 19 |
+
"model": "ViTLarge_BaseDecoder",
|
| 20 |
+
"name": "croco",
|
| 21 |
+
"patch_embed_cls": "PatchEmbedDust3R"
|
| 22 |
+
},
|
| 23 |
+
"conf_threshold": 0.1,
|
| 24 |
+
"d_feature": 32,
|
| 25 |
+
"distill": false,
|
| 26 |
+
"freeze_backbone": false,
|
| 27 |
+
"freeze_module": "patch_embed",
|
| 28 |
+
"gaussian_adapter": {
|
| 29 |
+
"gaussian_scale_max": 15.0,
|
| 30 |
+
"gaussian_scale_min": 0.5,
|
| 31 |
+
"sh_degree": 2
|
| 32 |
+
},
|
| 33 |
+
"gs_params_head_type": "dpt_gs",
|
| 34 |
+
"gt_pose_to_pts": false,
|
| 35 |
+
"input_mean": [
|
| 36 |
+
0.5,
|
| 37 |
+
0.5,
|
| 38 |
+
0.5
|
| 39 |
+
],
|
| 40 |
+
"input_std": [
|
| 41 |
+
0.5,
|
| 42 |
+
0.5,
|
| 43 |
+
0.5
|
| 44 |
+
],
|
| 45 |
+
"intermediate_layer_idx": [
|
| 46 |
+
4,
|
| 47 |
+
11,
|
| 48 |
+
17,
|
| 49 |
+
23
|
| 50 |
+
],
|
| 51 |
+
"name": "splatweaver",
|
| 52 |
+
"num_monocular_samples": 32,
|
| 53 |
+
"num_surfaces": 1,
|
| 54 |
+
"opacity_conf": false,
|
| 55 |
+
"opacity_mapping": {
|
| 56 |
+
"final": 0.0,
|
| 57 |
+
"initial": 0.0,
|
| 58 |
+
"warm_up": 1
|
| 59 |
+
},
|
| 60 |
+
"opacity_threshold": 0.001,
|
| 61 |
+
"pose_free": true,
|
| 62 |
+
"pred_head_type": "depth",
|
| 63 |
+
"pred_pose": true,
|
| 64 |
+
"pretrained_weights": "",
|
| 65 |
+
"render_conf": false,
|
| 66 |
+
"visualizer": {
|
| 67 |
+
"export_ply": false,
|
| 68 |
+
"min_resolution": 256,
|
| 69 |
+
"num_samples": 8
|
| 70 |
+
}
|
| 71 |
+
}
|
| 72 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4e0fa5e8d392b48a2ae8c62afe8673c5f5af0be2a8b7f2552b3d668b199ea9d
|
| 3 |
+
size 5759485292
|