Kai422kx commited on
Commit
73d4c57
·
verified ·
1 Parent(s): c7c29a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/das3r_checkpoint-last.pth")
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)