Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ To load the model:
|
|
36 |
from dust3r.model import AsymmetricCroCo3DStereo
|
37 |
import torch
|
38 |
|
39 |
-
model = AsymmetricCroCo3DStereo.from_pretrained("Kai422kx/
|
40 |
|
41 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
42 |
model.to(device)
|
|
|
36 |
from dust3r.model import AsymmetricCroCo3DStereo
|
37 |
import torch
|
38 |
|
39 |
+
model = AsymmetricCroCo3DStereo.from_pretrained("Kai422kx/das3r")
|
40 |
|
41 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
42 |
model.to(device)
|