Drexubery commited on
Commit
2374a79
1 Parent(s): 30ace45
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,7 +38,8 @@ opts.save_dir = './'
38
  os.makedirs(opts.save_dir,exist_ok=True)
39
  test_tensor = torch.Tensor([0]).cuda()
40
  opts.device = str(test_tensor.device)
41
- os.system("FORCE_CUDA=1 pip install 'git+https://github.com/facebookresearch/pytorch3d.git'")
 
42
  from viewcrafter import ViewCrafter
43
 
44
  def viewcrafter_demo(opts):
 
38
  os.makedirs(opts.save_dir,exist_ok=True)
39
  test_tensor = torch.Tensor([0]).cuda()
40
  opts.device = str(test_tensor.device)
41
+ os.system('pip install iopath')
42
+ os.system("pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable'")
43
  from viewcrafter import ViewCrafter
44
 
45
  def viewcrafter_demo(opts):