gaussian-splatting 1.17.9__cp310-cp310-win_amd64.whl → 1.17.11__cp310-cp310-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gaussian-splatting might be problematic. Click here for more details.
- gaussian_splatting/diff_gaussian_rasterization/_C.cp310-win_amd64.pyd +0 -0
- gaussian_splatting/simple_knn/_C.cp310-win_amd64.pyd +0 -0
- {gaussian_splatting-1.17.9.dist-info → gaussian_splatting-1.17.11.dist-info}/METADATA +14 -11
- {gaussian_splatting-1.17.9.dist-info → gaussian_splatting-1.17.11.dist-info}/RECORD +7 -7
- {gaussian_splatting-1.17.9.dist-info → gaussian_splatting-1.17.11.dist-info}/WHEEL +0 -0
- {gaussian_splatting-1.17.9.dist-info → gaussian_splatting-1.17.11.dist-info}/licenses/LICENSE.md +0 -0
- {gaussian_splatting-1.17.9.dist-info → gaussian_splatting-1.17.11.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gaussian_splatting
|
|
3
|
-
Version: 1.17.
|
|
3
|
+
Version: 1.17.11
|
|
4
4
|
Summary: Refactored python training and inference code for 3D Gaussian Splatting
|
|
5
5
|
Home-page: https://github.com/yindaheng98/gaussian-splatting
|
|
6
6
|
Author: yindaheng98
|
|
@@ -13,6 +13,8 @@ Requires-Dist: plyfile
|
|
|
13
13
|
Requires-Dist: tifffile
|
|
14
14
|
Requires-Dist: numpy
|
|
15
15
|
Requires-Dist: opencv-python
|
|
16
|
+
Requires-Dist: pillow
|
|
17
|
+
Requires-Dist: open3d
|
|
16
18
|
Dynamic: author
|
|
17
19
|
Dynamic: author-email
|
|
18
20
|
Dynamic: classifier
|
|
@@ -46,15 +48,6 @@ We **refactored the original code following the standard Python package structur
|
|
|
46
48
|
* [Pytorch](https://pytorch.org/) (>= v2.4 recommended)
|
|
47
49
|
* [CUDA Toolkit](https://developer.nvidia.com/cuda-12-4-0-download-archive) (12.4 recommended, match with PyTorch version)
|
|
48
50
|
|
|
49
|
-
### Local Install
|
|
50
|
-
|
|
51
|
-
```shell
|
|
52
|
-
git clone --recursive https://github.com/yindaheng98/gaussian-splatting
|
|
53
|
-
cd gaussian-splatting
|
|
54
|
-
pip install tqdm plyfile tifffile
|
|
55
|
-
pip install --target . --upgrade . --no-deps
|
|
56
|
-
```
|
|
57
|
-
|
|
58
51
|
### PyPI Install
|
|
59
52
|
|
|
60
53
|
```shell
|
|
@@ -63,7 +56,17 @@ pip install --upgrade gaussian-splatting
|
|
|
63
56
|
or
|
|
64
57
|
build latest from source:
|
|
65
58
|
```shell
|
|
66
|
-
pip install
|
|
59
|
+
pip install wheel setuptools
|
|
60
|
+
pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master --no-build-isolation
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Development Install
|
|
64
|
+
|
|
65
|
+
```shell
|
|
66
|
+
git clone --recursive https://github.com/yindaheng98/gaussian-splatting
|
|
67
|
+
cd gaussian-splatting
|
|
68
|
+
pip install tqdm plyfile tifffile numpy opencv-python pillow open3d
|
|
69
|
+
pip install --target . --upgrade . --no-deps
|
|
67
70
|
```
|
|
68
71
|
|
|
69
72
|
## Quick Start
|
|
@@ -12,9 +12,9 @@ gaussian_splatting/dataset/colmap/__init__.py,sha256=YEYT2k2WJSqrkkZq4KAJYS9UMgq
|
|
|
12
12
|
gaussian_splatting/dataset/colmap/dataset.py,sha256=Lq2b3hMdtOmdqPjvEjR6CLukAR7dZBEKMz8yzDD2Bgo,4519
|
|
13
13
|
gaussian_splatting/dataset/colmap/params_init.py,sha256=6_6gZ0Wl4aZrps2PJ_U234sxW5D-vOTfwioVa1FWC-E,1802
|
|
14
14
|
gaussian_splatting/dataset/colmap/read_write_model.py,sha256=TenI7ai5UV7Ksg2vAXvJWnYFwOOo1tlS_633RfCLuQU,23137
|
|
15
|
-
gaussian_splatting/diff_gaussian_rasterization/_C.cp310-win_amd64.pyd,sha256=
|
|
15
|
+
gaussian_splatting/diff_gaussian_rasterization/_C.cp310-win_amd64.pyd,sha256=YN0Oev5kgszT2ukGdSi_Fzkdfff3ugTmOyN3C4f84vs,1287680
|
|
16
16
|
gaussian_splatting/diff_gaussian_rasterization/__init__.py,sha256=a9D0IZiPx-Mk1795hSq54T-NYT4MtEN_MZrxeMhw0Eo,6705
|
|
17
|
-
gaussian_splatting/simple_knn/_C.cp310-win_amd64.pyd,sha256=
|
|
17
|
+
gaussian_splatting/simple_knn/_C.cp310-win_amd64.pyd,sha256=XXsPotAF7TR-3ik38t_erNhxU4iekR6cTtgduLau8bU,1156608
|
|
18
18
|
gaussian_splatting/trainer/__init__.py,sha256=962fEY8A0spSQn5de_d_LkPOjA1PYKrLbuAkxwZo7mI,940
|
|
19
19
|
gaussian_splatting/trainer/abc.py,sha256=kpYnJjLOhsyhE-V2J79EC9nih6MYBcXkmK9cHUA-3ao,4022
|
|
20
20
|
gaussian_splatting/trainer/base.py,sha256=gO1x4m82xrZNl8NZVw2CWYqIvZJIMUWmBtPZQPeyxJ0,3370
|
|
@@ -45,8 +45,8 @@ gaussian_splatting/utils/lpipsPyTorch/modules/__init__.py,sha256=47DEQpj8HBSa-_T
|
|
|
45
45
|
gaussian_splatting/utils/lpipsPyTorch/modules/lpips.py,sha256=YScu0oXIEstCCjJVRItS_R_csUw70sBMFuP8Syl2UdI,1187
|
|
46
46
|
gaussian_splatting/utils/lpipsPyTorch/modules/networks.py,sha256=kqIebq7dAhHypTXweFVEf_RDbN7_Zv7O3MlD-CfRvpg,2788
|
|
47
47
|
gaussian_splatting/utils/lpipsPyTorch/modules/utils.py,sha256=TDcem3E3HqDNN2MT8qlOL_BKVHeO4HRE77JxF-kOWk8,915
|
|
48
|
-
gaussian_splatting-1.17.
|
|
49
|
-
gaussian_splatting-1.17.
|
|
50
|
-
gaussian_splatting-1.17.
|
|
51
|
-
gaussian_splatting-1.17.
|
|
52
|
-
gaussian_splatting-1.17.
|
|
48
|
+
gaussian_splatting-1.17.11.dist-info/licenses/LICENSE.md,sha256=bMuRQKn0u485mx8JBBTJ5Simc-aWHaQsxmoB6jsg5oE,4752
|
|
49
|
+
gaussian_splatting-1.17.11.dist-info/METADATA,sha256=YhuQHoRNZ-SttnBQZ0IumPV8JWSZ4MzMe_hRSm3dUW4,17184
|
|
50
|
+
gaussian_splatting-1.17.11.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
|
|
51
|
+
gaussian_splatting-1.17.11.dist-info/top_level.txt,sha256=uaYrPYXRHhpybgCnsoazTcdhpzZGnLT_vd5eoRzBWWI,19
|
|
52
|
+
gaussian_splatting-1.17.11.dist-info/RECORD,,
|
|
File without changes
|
{gaussian_splatting-1.17.9.dist-info → gaussian_splatting-1.17.11.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|