Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -32,6 +32,8 @@ version_str="".join([
|
|
32 |
os.system('pip install iopath')
|
33 |
os.system(f'pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html')
|
34 |
|
|
|
|
|
35 |
# install 2dgs dependencies
|
36 |
os.system('pip install ./submodules/simple-knn')
|
37 |
os.system('pip install ./submodules/diff-surfel-rasterization')
|
|
|
32 |
os.system('pip install iopath')
|
33 |
os.system(f'pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html')
|
34 |
|
35 |
+
import pytorch3d
|
36 |
+
|
37 |
# install 2dgs dependencies
|
38 |
os.system('pip install ./submodules/simple-knn')
|
39 |
os.system('pip install ./submodules/diff-surfel-rasterization')
|