update
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def install_cuda_toolkit():
|
|
51 |
install_cuda_toolkit()
|
52 |
|
53 |
gs_path = Path(__file__).parent / "src/third-party/diff-gaussian-rasterization-w-depth"
|
54 |
-
subprocess.check_call([
|
55 |
site.main() # re-processes every *.pth in site-packages
|
56 |
importlib.invalidate_caches()
|
57 |
diff_gaussian_rasterization = importlib.import_module("diff_gaussian_rasterization")
|
|
|
51 |
install_cuda_toolkit()
|
52 |
|
53 |
gs_path = Path(__file__).parent / "src/third-party/diff-gaussian-rasterization-w-depth"
|
54 |
+
subprocess.check_call(["pip", "install", "-e", str(gs_path)])
|
55 |
site.main() # re-processes every *.pth in site-packages
|
56 |
importlib.invalidate_caches()
|
57 |
diff_gaussian_rasterization = importlib.import_module("diff_gaussian_rasterization")
|