Spaces:
Running
on
Zero
Running
on
Zero
install
Browse files- app.py +1 -0
- install.sh +5 -0
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import os
|
|
|
2 |
import time
|
3 |
import uuid
|
4 |
import torch
|
|
|
1 |
import os
|
2 |
+
os.system('install.sh')
|
3 |
import time
|
4 |
import uuid
|
5 |
import torch
|
install.sh
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cd step1x3d_texture/custom_rasterizer
|
2 |
+
python setup.py install
|
3 |
+
cd ../differentiable_renderer
|
4 |
+
python setup.py install
|
5 |
+
cd ../../
|