ReubenSun commited on
Commit
39a8618
·
1 Parent(s): 2ac1c2d
Files changed (2) hide show
  1. app.py +1 -0
  2. 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 ../../