Update README.md
#1
by
Junyi42 - opened
README.md
CHANGED
|
@@ -20,14 +20,14 @@ tags:
|
|
| 20 |
|
| 21 |
## Model info
|
| 22 |
|
| 23 |
-
Github page: https://github.com/HavenFeng/
|
| 24 |
Project page: https://st4rtrack.github.io/
|
| 25 |
Paper: https://arxiv.org/abs/2504.13152
|
| 26 |
|
| 27 |
|
| 28 |
## How to Use
|
| 29 |
|
| 30 |
-
First install [St4rTrack](https://github.com/HavenFeng/
|
| 31 |
|
| 32 |
```python
|
| 33 |
from dust3r.models import AsymmetricCroCo3DStereo
|
|
@@ -36,7 +36,7 @@ from dust3r.models import AsymmetricCroCo3DStereo
|
|
| 36 |
model = AsymmetricCroCo3DStereo.from_pretrained("yupengchengg147/St4rTrack")
|
| 37 |
```
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
```python
|
| 42 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 20 |
|
| 21 |
## Model info
|
| 22 |
|
| 23 |
+
Github page: https://github.com/HavenFeng/St4RTrack
|
| 24 |
Project page: https://st4rtrack.github.io/
|
| 25 |
Paper: https://arxiv.org/abs/2504.13152
|
| 26 |
|
| 27 |
|
| 28 |
## How to Use
|
| 29 |
|
| 30 |
+
First install [St4rTrack](https://github.com/HavenFeng/St4RTrack). To load the model (Seq):
|
| 31 |
|
| 32 |
```python
|
| 33 |
from dust3r.models import AsymmetricCroCo3DStereo
|
|
|
|
| 36 |
model = AsymmetricCroCo3DStereo.from_pretrained("yupengchengg147/St4rTrack")
|
| 37 |
```
|
| 38 |
|
| 39 |
+
Run the following code to load the checkpoint trained with Pair Mode:
|
| 40 |
|
| 41 |
```python
|
| 42 |
from huggingface_hub import hf_hub_download
|