Spaces:
Running
on
Zero
Running
on
Zero
Upload whls for gaussian-splattings
Browse files
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.whl filter=lfs diff=lfs merge=lfs -text
|
demo/mast3r_demo.py
CHANGED
@@ -28,9 +28,9 @@ from dust3r.utils.device import to_numpy
|
|
28 |
from dust3r.viz import add_scene_cam, CAM_COLORS, OPENGL, pts3d_to_trimesh, cat_meshes
|
29 |
from dust3r.demo import get_args_parser as dust3r_get_args_parser
|
30 |
|
31 |
-
|
32 |
sys.path.append(os.path.join(os.path.dirname(__file__), '../wild-gaussian-splatting/gaussian-splatting'))
|
33 |
-
|
|
|
34 |
inv,
|
35 |
init_filestructure,
|
36 |
save_images_masks,
|
|
|
28 |
from dust3r.viz import add_scene_cam, CAM_COLORS, OPENGL, pts3d_to_trimesh, cat_meshes
|
29 |
from dust3r.demo import get_args_parser as dust3r_get_args_parser
|
30 |
|
|
|
31 |
sys.path.append(os.path.join(os.path.dirname(__file__), '../wild-gaussian-splatting/gaussian-splatting'))
|
32 |
+
sys.path.append(os.path.join(os.path.dirname(__file__), '../wild-gaussian-splatting/src'))
|
33 |
+
from colmap_dataset_utils import (
|
34 |
inv,
|
35 |
init_filestructure,
|
36 |
save_images_masks,
|
requirements.txt
CHANGED
@@ -1 +1,34 @@
|
|
1 |
-
git+https://github.com/ostapagon/wild-gaussian-splatting.git@f9a871b1aa25709befe8ddb57aaacdf3f7a31c2f#egg=wild-gaussian-splatting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# git+https://github.com/ostapagon/wild-gaussian-splatting.git@f9a871b1aa25709befe8ddb57aaacdf3f7a31c2f#egg=wild-gaussian-splatting
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
3 |
+
|
4 |
+
torch==2.4.0
|
5 |
+
torchvision==0.19.0
|
6 |
+
|
7 |
+
gradio
|
8 |
+
matplotlib
|
9 |
+
tqdm
|
10 |
+
opencv-python
|
11 |
+
scipy
|
12 |
+
einops
|
13 |
+
trimesh
|
14 |
+
tensorboard
|
15 |
+
pyglet<2
|
16 |
+
roma
|
17 |
+
|
18 |
+
wheels/simple_knn-0.0.0-cp310-cp310-linux_x86_64.whl
|
19 |
+
wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl
|
20 |
+
|
21 |
+
camtools==0.1.4
|
22 |
+
einops==0.7.0
|
23 |
+
lpips==0.1.4
|
24 |
+
tensorboard==2.15.0
|
25 |
+
tqdm==4.66.1
|
26 |
+
transformers==4.35.2
|
27 |
+
omegaconf==2.3.0
|
28 |
+
Pillow==10.0.1
|
29 |
+
plyfile==1.0.1
|
30 |
+
pytorch-lightning==2.1.0
|
31 |
+
PyYAML==6.0.1
|
32 |
+
ipywidgets
|
33 |
+
jupyterlab
|
34 |
+
sql
|
wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:deb71fe4c069e42f4a37554be08f8e1e570cc94577fa7f552407d8d9c5682d56
|
3 |
+
size 3093438
|
wheels/simple_knn-0.0.0-cp310-cp310-linux_x86_64.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59729fbacdab4fff910203ee283a8aca6452a389e11c648640d83e9ae42bb906
|
3 |
+
size 2913535
|