θε¦
commited on
Commit
Β·
3b9cb9e
1
Parent(s):
1046259
Add design file
Browse files- app.py +1 -1
- pre-requirements.txt +2 -2
- requirements.txt +1 -0
app.py
CHANGED
@@ -39,7 +39,7 @@ version_str="".join([
|
|
39 |
])
|
40 |
# install pytorch3d with the right version
|
41 |
os.system('pip install iopath')
|
42 |
-
os.system("pip install -U 'git+https://github.com/facebookresearch/fvcore'")
|
43 |
os.system(f'pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html')
|
44 |
print(f'pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html')
|
45 |
|
|
|
39 |
])
|
40 |
# install pytorch3d with the right version
|
41 |
os.system('pip install iopath')
|
42 |
+
# os.system("pip install -U 'git+https://github.com/facebookresearch/fvcore'")
|
43 |
os.system(f'pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html')
|
44 |
print(f'pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html')
|
45 |
|
pre-requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
torch==2.1
|
2 |
-
torchvision==0.
|
|
|
1 |
+
torch==2.5.1
|
2 |
+
torchvision==0.20.1
|
requirements.txt
CHANGED
@@ -25,3 +25,4 @@ pathlib
|
|
25 |
nerfvis
|
26 |
h5py
|
27 |
joblib
|
|
|
|
25 |
nerfvis
|
26 |
h5py
|
27 |
joblib
|
28 |
+
numpy
|