Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
|
|
@@ -29,6 +31,7 @@ To use Fast3R in your own project, you can import the `Fast3R` class from `fast3
|
|
| 29 |
|
| 30 |
```python
|
| 31 |
from fast3r.models.fast3r import Fast3R
|
|
|
|
| 32 |
|
| 33 |
# Load the model from Hugging Face
|
| 34 |
model = Fast3R.from_pretrained("jedyang97/Fast3R_ViT_Large_512")
|
|
@@ -58,4 +61,4 @@ lit_module.eval()
|
|
| 58 |
|
| 59 |
## License
|
| 60 |
|
| 61 |
-
The code and models are licensed under the [FAIR NC Research License](
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: license
|
| 4 |
+
license_link: LICENSE
|
| 5 |
+
tags:
|
| 6 |
+
- image-to-3d
|
| 7 |
+
- model_hub_mixin
|
| 8 |
+
- pytorch_model_hub_mixin
|
| 9 |
+
library_name: fast3r
|
| 10 |
+
repo_url: https://github.com/facebookresearch/fast3r
|
| 11 |
+
---
|
| 12 |
|
| 13 |
|
| 14 |
|
|
|
|
| 31 |
|
| 32 |
```python
|
| 33 |
from fast3r.models.fast3r import Fast3R
|
| 34 |
+
from fast3r.models.multiview_dust3r_module import MultiViewDUSt3RLitModule
|
| 35 |
|
| 36 |
# Load the model from Hugging Face
|
| 37 |
model = Fast3R.from_pretrained("jedyang97/Fast3R_ViT_Large_512")
|
|
|
|
| 61 |
|
| 62 |
## License
|
| 63 |
|
| 64 |
+
The code and models are licensed under the [FAIR NC Research License](LICENSE).
|