Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ Here's how to load the model (after [installing](https://github.com/naver/dust3r
|
|
17 |
from dust3r.model import AsymmetricCroCo3DStereo
|
18 |
import torch
|
19 |
|
20 |
-
model = AsymmetricCroCo3DStereo.from_pretrained("nielsr/
|
21 |
|
22 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
23 |
model.to(device)
|
|
|
17 |
from dust3r.model import AsymmetricCroCo3DStereo
|
18 |
import torch
|
19 |
|
20 |
+
model = AsymmetricCroCo3DStereo.from_pretrained("nielsr/DUSt3R_ViTLarge_BaseDecoder_512_dpt")
|
21 |
|
22 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
23 |
model.to(device)
|