Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +45 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-to-3d
|
4 |
+
- model_hub_mixin
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
---
|
7 |
+
|
8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
9 |
+
- Library: https://github.com/facebookresearch/fast3r
|
10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_args": {
|
3 |
+
"attn_bias_for_inference_enabled": false,
|
4 |
+
"attn_drop": 0.0,
|
5 |
+
"attn_implementation": "flash_attention",
|
6 |
+
"decoder_type": "fast3r",
|
7 |
+
"depth": 24,
|
8 |
+
"drop": 0.0,
|
9 |
+
"embed_dim": 1024,
|
10 |
+
"enc_embed_dim": 1024,
|
11 |
+
"mlp_ratio": 4.0,
|
12 |
+
"num_heads": 16,
|
13 |
+
"qkv_bias": true,
|
14 |
+
"random_image_idx_embedding": true
|
15 |
+
},
|
16 |
+
"encoder_args": {
|
17 |
+
"attn_implementation": "flash_attention",
|
18 |
+
"depth": 24,
|
19 |
+
"embed_dim": 1024,
|
20 |
+
"encoder_type": "croco",
|
21 |
+
"img_size": 512,
|
22 |
+
"mlp_ratio": 4,
|
23 |
+
"num_heads": 16,
|
24 |
+
"patch_embed_cls": "PatchEmbedDust3R",
|
25 |
+
"patch_size": 16,
|
26 |
+
"pos_embed": "RoPE100"
|
27 |
+
},
|
28 |
+
"head_args": {
|
29 |
+
"conf_mode": [
|
30 |
+
"exp",
|
31 |
+
1,
|
32 |
+
Infinity
|
33 |
+
],
|
34 |
+
"depth_mode": [
|
35 |
+
"exp",
|
36 |
+
-Infinity,
|
37 |
+
Infinity
|
38 |
+
],
|
39 |
+
"head_type": "dpt",
|
40 |
+
"landscape_only": false,
|
41 |
+
"output_mode": "pts3d",
|
42 |
+
"patch_size": 16,
|
43 |
+
"with_local_head": true
|
44 |
+
}
|
45 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1357d42e74539ba03510ea1986c7464a7facf17157779e2b7ebd6284e79e0427
|
3 |
+
size 2590286416
|