Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
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):
|