nielsr HF staff commited on
Commit
b01c460
1 Parent(s): f0392c3

Update README.md

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