Drexubery commited on
Commit
30ace45
1 Parent(s): 6679c1c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ 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("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("FORCE_CUDA=1 pip install 'git+https://github.com/facebookresearch/pytorch3d.git'")
42
  from viewcrafter import ViewCrafter
43
 
44
  def viewcrafter_demo(opts):