Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,7 @@ license: cc-by-nc-sa-4.0
|
|
| 22 |
[](https://huggingface.co/jedyang97/Fast3R_ViT_Large_512/)
|
| 23 |
|
| 24 |
|
|
|
|
| 25 |
## Using Fast3R in Your Own Project
|
| 26 |
|
| 27 |
To use Fast3R in your own project, you can import the `Fast3R` class from `fast3r.models.fast3r` (follow instructions from the [Fast3R GitHub repo](https://github.com/facebookresearch/fast3r) to install) and use it as a regular PyTorch model.
|
|
|
|
| 22 |
[](https://huggingface.co/jedyang97/Fast3R_ViT_Large_512/)
|
| 23 |
|
| 24 |
|
| 25 |
+
|
| 26 |
## Using Fast3R in Your Own Project
|
| 27 |
|
| 28 |
To use Fast3R in your own project, you can import the `Fast3R` class from `fast3r.models.fast3r` (follow instructions from the [Fast3R GitHub repo](https://github.com/facebookresearch/fast3r) to install) and use it as a regular PyTorch model.
|