Push model using huggingface_hub.
Browse files- README.md +5 -8
- config.json +29 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
-
|
|
|
4 |
---
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
Paper: https://huggingface.co/papers/2412.09401
|
11 |
-
|
12 |
-
Code: https://github.com/PKU-VCL-3DV/SLAM3R
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
---
|
6 |
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
|
|
|
|
|
|
|
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"conf_mode": [
|
3 |
+
"exp",
|
4 |
+
1,
|
5 |
+
Infinity
|
6 |
+
],
|
7 |
+
"corr_depth": 2,
|
8 |
+
"dec_depth": 12,
|
9 |
+
"dec_embed_dim": 768,
|
10 |
+
"dec_num_heads": 12,
|
11 |
+
"depth_mode": [
|
12 |
+
"exp",
|
13 |
+
-Infinity,
|
14 |
+
Infinity
|
15 |
+
],
|
16 |
+
"enc_depth": 24,
|
17 |
+
"enc_embed_dim": 1024,
|
18 |
+
"enc_minibatch": 11,
|
19 |
+
"enc_num_heads": 16,
|
20 |
+
"head_type": "linear",
|
21 |
+
"img_size": [
|
22 |
+
224,
|
23 |
+
224
|
24 |
+
],
|
25 |
+
"mv_dec1": "MultiviewDecoderBlock_max",
|
26 |
+
"mv_dec2": "MultiviewDecoderBlock_max",
|
27 |
+
"output_mode": "pts3d",
|
28 |
+
"pos_embed": "RoPE100"
|
29 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f58b4a39f9e3641ed2fe19d16a82be956975ec1ecb568899c8852370aa78b8c
|
3 |
+
size 2131831108
|