gaussian-splatting 1.17.10__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gaussian_splatting
3
- Version: 1.17.10
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
@@ -48,15 +48,6 @@ We **refactored the original code following the standard Python package structur
48
48
  * [Pytorch](https://pytorch.org/) (>= v2.4 recommended)
49
49
  * [CUDA Toolkit](https://developer.nvidia.com/cuda-12-4-0-download-archive) (12.4 recommended, match with PyTorch version)
50
50
 
51
- ### Local Install
52
-
53
- ```shell
54
- git clone --recursive https://github.com/yindaheng98/gaussian-splatting
55
- cd gaussian-splatting
56
- pip install tqdm plyfile tifffile numpy opencv-python pillow open3d
57
- pip install --target . --upgrade . --no-deps
58
- ```
59
-
60
51
  ### PyPI Install
61
52
 
62
53
  ```shell
@@ -65,7 +56,17 @@ pip install --upgrade gaussian-splatting
65
56
  or
66
57
  build latest from source:
67
58
  ```shell
68
- pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
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
69
70
  ```
70
71
 
71
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=yep6qtMVJfuyjKdh5vVPnn869f-IRZ-L4t-AbxwHASE,1287680
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=iA2kiHWHL5f80p_7n-yDE6F6U3EPhVNbo6M7qukObKo,1156608
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.10.dist-info/licenses/LICENSE.md,sha256=bMuRQKn0u485mx8JBBTJ5Simc-aWHaQsxmoB6jsg5oE,4752
49
- gaussian_splatting-1.17.10.dist-info/METADATA,sha256=Rf9aOeoxzx1efxz4piKf2Hzk3YmJDHyTuzMTWnhYmjc,17127
50
- gaussian_splatting-1.17.10.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
51
- gaussian_splatting-1.17.10.dist-info/top_level.txt,sha256=uaYrPYXRHhpybgCnsoazTcdhpzZGnLT_vd5eoRzBWWI,19
52
- gaussian_splatting-1.17.10.dist-info/RECORD,,
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,,