Doubiiu commited on
Commit
5cca3bb
1 Parent(s): 5aeaa0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ test_tensor = torch.Tensor([0]).cuda()
39
  opts.device = str(test_tensor.device)
40
  # os.system('pip install iopath')
41
  # spaces.GPU(os.system("FORCE_CUDA=1 pip install 'git+https://github.com/facebookresearch/pytorch3d.git'"))
42
- # os.system("mkdir -p checkpoints/ && wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/")
43
 
44
  from viewcrafter import ViewCrafter
45
 
 
39
  opts.device = str(test_tensor.device)
40
  # os.system('pip install iopath')
41
  # spaces.GPU(os.system("FORCE_CUDA=1 pip install 'git+https://github.com/facebookresearch/pytorch3d.git'"))
42
+ os.system("mkdir -p checkpoints/ && wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/")
43
 
44
  from viewcrafter import ViewCrafter
45