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 |
+
"dec_depth": 12,
|
| 8 |
+
"dec_embed_dim": 768,
|
| 9 |
+
"dec_num_heads": 12,
|
| 10 |
+
"depth_mode": [
|
| 11 |
+
"exp",
|
| 12 |
+
-Infinity,
|
| 13 |
+
Infinity
|
| 14 |
+
],
|
| 15 |
+
"enc_depth": 24,
|
| 16 |
+
"enc_embed_dim": 1024,
|
| 17 |
+
"enc_minibatch": 11,
|
| 18 |
+
"enc_num_heads": 16,
|
| 19 |
+
"head_type": "linear",
|
| 20 |
+
"img_size": [
|
| 21 |
+
224,
|
| 22 |
+
224
|
| 23 |
+
],
|
| 24 |
+
"mv_dec1": "MultiviewDecoderBlock_max",
|
| 25 |
+
"mv_dec2": "MultiviewDecoderBlock_max",
|
| 26 |
+
"need_encoder": false,
|
| 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:637c3bd3d440d84e2976d898569716ef64cadd446fce61ad5dd9236fa2c58359
|
| 3 |
+
size 922557296
|