yslan commited on
Commit
edd85ab
·
1 Parent(s): bdbecb2
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +0 -2
app.py CHANGED
@@ -29,6 +29,9 @@ numpy array. This can be used to produce samples for FID evaluation.
29
 
30
  import os
31
 
 
 
 
32
 
33
  from pdb import set_trace as st
34
  import imageio
 
29
 
30
  import os
31
 
32
+ os.system('pip install -e ./submodules/simple-knn')
33
+ os.system('pip install -e ./submodules/diff-surfel-rasterization')
34
+
35
 
36
  from pdb import set_trace as st
37
  import imageio
requirements.txt CHANGED
@@ -44,5 +44,3 @@ OpenEXR
44
  onnxscript
45
  tritonclient
46
  gradio==4.43.0
47
- git+https://github.com/hbb1/diff-surfel-rasterization.git@e0ed0207b3e0669960cfad70852200a4a5847f61
48
- git+https://gitlab.inria.fr/bkerbl/simple-knn.git
 
44
  onnxscript
45
  tritonclient
46
  gradio==4.43.0