Push model using huggingface_hub.
Browse files- README.md +11 -3
- config.json +28 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: align3r
|
| 3 |
+
tags:
|
| 4 |
+
- image-to-3d
|
| 5 |
+
- model_hub_mixin
|
| 6 |
+
- pytorch_model_hub_mixin
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 10 |
+
- Library: https://github.com/jiah-cloud/Align3R
|
| 11 |
+
- 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:761bb74fbdacee57ed9d91fe73ed220b22e3739ae85d9d5d9a71e6d6f0fecbac
|
| 3 |
+
size 2412376400
|