Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +28 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: dust3r
|
3 |
+
tags:
|
4 |
+
- image-to-3d
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
- model_hub_mixin
|
7 |
+
repo_url: https://github.com/naver/dust3r
|
8 |
+
---
|
9 |
+
|
10 |
+
This model has been pushed to the Hub using **dust3r**:
|
11 |
+
- Repo: https://github.com/naver/dust3r
|
12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_num_heads": 16,
|
18 |
+
"freeze": "none",
|
19 |
+
"head_type": "dpt",
|
20 |
+
"img_size": [
|
21 |
+
512,
|
22 |
+
512
|
23 |
+
],
|
24 |
+
"landscape_only": false,
|
25 |
+
"output_mode": "pts3d",
|
26 |
+
"patch_embed_cls": "PatchEmbedDust3R",
|
27 |
+
"pos_embed": "RoPE100"
|
28 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c300a89534113436bde52732d3151212bcbd90f0aa3c8d1496f86d84bfe4b42
|
3 |
+
size 2284790056
|