reduced-3dgs 1.10.6__tar.gz → 1.10.8__tar.gz

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.
Files changed (49) hide show
  1. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/PKG-INFO +16 -33
  2. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/README.md +14 -26
  3. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs.egg-info/PKG-INFO +16 -33
  4. reduced_3dgs-1.10.8/reduced_3dgs.egg-info/requires.txt +2 -0
  5. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/setup.py +2 -7
  6. reduced_3dgs-1.10.6/reduced_3dgs.egg-info/requires.txt +0 -7
  7. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/LICENSE.md +0 -0
  8. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/__init__.py +0 -0
  9. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/combinations.py +0 -0
  10. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/importance/__init__.py +0 -0
  11. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/importance/combinations.py +0 -0
  12. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/importance/trainer.py +0 -0
  13. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/prepare.py +0 -0
  14. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/pruning/__init__.py +0 -0
  15. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/pruning/combinations.py +0 -0
  16. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/pruning/trainer.py +0 -0
  17. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/quantization/__init__.py +0 -0
  18. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/quantization/abc.py +0 -0
  19. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/quantization/exclude_zeros.py +0 -0
  20. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/quantization/quantizer.py +0 -0
  21. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/quantization/wrapper.py +0 -0
  22. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/quantize.py +0 -0
  23. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/shculling/__init__.py +0 -0
  24. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/shculling/gaussian_model.py +0 -0
  25. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/shculling/trainer.py +0 -0
  26. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs/train.py +0 -0
  27. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs.egg-info/SOURCES.txt +0 -0
  28. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs.egg-info/dependency_links.txt +0 -0
  29. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/reduced_3dgs.egg-info/top_level.txt +0 -0
  30. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/setup.cfg +0 -0
  31. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/diff-gaussian-rasterization/cuda_rasterizer/backward.cu +0 -0
  32. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/diff-gaussian-rasterization/cuda_rasterizer/forward.cu +0 -0
  33. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/diff-gaussian-rasterization/cuda_rasterizer/rasterizer_impl.cu +0 -0
  34. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/diff-gaussian-rasterization/diff_gaussian_rasterization/__init__.py +0 -0
  35. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/diff-gaussian-rasterization/ext.cpp +0 -0
  36. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/diff-gaussian-rasterization/rasterize_points.cu +0 -0
  37. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/diff-gaussian-rasterization/reduced_3dgs/kmeans.cu +0 -0
  38. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/diff-gaussian-rasterization/reduced_3dgs/redundancy_score.cu +0 -0
  39. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/diff-gaussian-rasterization/reduced_3dgs/sh_culling.cu +0 -0
  40. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/diff-gaussian-rasterization/reduced_3dgs.cu +0 -0
  41. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/gaussian-importance/cuda_rasterizer/backward.cu +0 -0
  42. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/gaussian-importance/cuda_rasterizer/forward.cu +0 -0
  43. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/gaussian-importance/cuda_rasterizer/rasterizer_impl.cu +0 -0
  44. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/gaussian-importance/diff_gaussian_rasterization/__init__.py +0 -0
  45. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/gaussian-importance/ext.cpp +0 -0
  46. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/gaussian-importance/rasterize_points.cu +0 -0
  47. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/simple-knn/ext.cpp +0 -0
  48. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/simple-knn/simple_knn.cu +0 -0
  49. {reduced_3dgs-1.10.6 → reduced_3dgs-1.10.8}/submodules/simple-knn/spatial.cu +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reduced_3dgs
3
- Version: 1.10.6
3
+ Version: 1.10.8
4
4
  Summary: Refactored code for the paper "Reducing the Memory Footprint of 3D Gaussian Splatting"
5
5
  Home-page: https://github.com/yindaheng98/reduced-3dgs
6
6
  Author: yindaheng98
@@ -8,13 +8,8 @@ Author-email: yindaheng98@gmail.com
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE.md
11
- Requires-Dist: tqdm
12
- Requires-Dist: plyfile
13
- Requires-Dist: scikit-learn
14
- Requires-Dist: torch
15
- Requires-Dist: torchvision
16
- Requires-Dist: numpy
17
11
  Requires-Dist: gaussian-splatting
12
+ Requires-Dist: scikit-learn
18
13
  Dynamic: author
19
14
  Dynamic: author-email
20
15
  Dynamic: classifier
@@ -40,47 +35,35 @@ This repository contains the **refactored Python code for [Reduced-3DGS](https:/
40
35
 
41
36
  * [Pytorch](https://pytorch.org/) (v2.4 or higher recommended)
42
37
  * [CUDA Toolkit](https://developer.nvidia.com/cuda-12-4-0-download-archive) (12.4 recommended, should match with PyTorch version)
38
+ * (Optional) [cuML](https://github.com/rapidsai/cuml) for faster vector quantization
43
39
 
44
- ## Install (PyPI)
45
-
40
+ (Optional) If you have trouble with [`gaussian-splatting`](https://github.com/yindaheng98/gaussian-splatting), try to install it from source:
46
41
  ```sh
47
- pip install --upgrade reduced-3dgs
42
+ pip install wheel setuptools
43
+ pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master --no-build-isolation
48
44
  ```
49
45
 
50
- ## Install (Build from source)
51
-
52
- ```sh
53
- pip install --upgrade git+https://github.com/yindaheng98/reduced-3dgs.git@main
54
- ```
55
- If you have trouble with [`gaussian-splatting`](https://github.com/yindaheng98/gaussian-splatting), you can install it from source:
56
- ```sh
57
- pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
58
- ```
46
+ ## PyPI Install
59
47
 
60
- ## Install (Development)
61
-
62
- Install [`gaussian-splatting`](https://github.com/yindaheng98/gaussian-splatting).
63
- You can download the wheel from [PyPI](https://pypi.org/project/gaussian-splatting/):
64
48
  ```shell
65
- pip install --upgrade gaussian-splatting
49
+ pip install --upgrade reduced-3dgs
66
50
  ```
67
- Alternatively, install the latest version from the source:
68
- ```sh
69
- pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
51
+ or
52
+ build latest from source:
53
+ ```shell
54
+ pip install wheel setuptools
55
+ pip install --upgrade git+https://github.com/yindaheng98/reduced-3dgs.git@main --no-build-isolation
70
56
  ```
71
57
 
58
+ ### Development Install
59
+
72
60
  ```shell
73
61
  git clone --recursive https://github.com/yindaheng98/reduced-3dgs
74
62
  cd reduced-3dgs
75
- pip install tqdm plyfile scikit-learn numpy tifffile triton xformers
63
+ pip install scikit-learn
76
64
  pip install --target . --upgrade --no-deps .
77
65
  ```
78
66
 
79
- (Optional) If you prefer not to install `gaussian-splatting` in your environment, you can install it in your `reduced-3dgs` directory:
80
- ```sh
81
- pip install --target . --no-deps --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
82
- ```
83
-
84
67
  ## Quick Start
85
68
 
86
69
  1. Download the dataset (T&T+DB COLMAP dataset, size 650MB):
@@ -13,47 +13,35 @@ This repository contains the **refactored Python code for [Reduced-3DGS](https:/
13
13
 
14
14
  * [Pytorch](https://pytorch.org/) (v2.4 or higher recommended)
15
15
  * [CUDA Toolkit](https://developer.nvidia.com/cuda-12-4-0-download-archive) (12.4 recommended, should match with PyTorch version)
16
+ * (Optional) [cuML](https://github.com/rapidsai/cuml) for faster vector quantization
16
17
 
17
- ## Install (PyPI)
18
-
19
- ```sh
20
- pip install --upgrade reduced-3dgs
21
- ```
22
-
23
- ## Install (Build from source)
24
-
25
- ```sh
26
- pip install --upgrade git+https://github.com/yindaheng98/reduced-3dgs.git@main
27
- ```
28
- If you have trouble with [`gaussian-splatting`](https://github.com/yindaheng98/gaussian-splatting), you can install it from source:
18
+ (Optional) If you have trouble with [`gaussian-splatting`](https://github.com/yindaheng98/gaussian-splatting), try to install it from source:
29
19
  ```sh
30
- pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
20
+ pip install wheel setuptools
21
+ pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master --no-build-isolation
31
22
  ```
32
23
 
33
- ## Install (Development)
24
+ ## PyPI Install
34
25
 
35
- Install [`gaussian-splatting`](https://github.com/yindaheng98/gaussian-splatting).
36
- You can download the wheel from [PyPI](https://pypi.org/project/gaussian-splatting/):
37
26
  ```shell
38
- pip install --upgrade gaussian-splatting
27
+ pip install --upgrade reduced-3dgs
39
28
  ```
40
- Alternatively, install the latest version from the source:
41
- ```sh
42
- pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
29
+ or
30
+ build latest from source:
31
+ ```shell
32
+ pip install wheel setuptools
33
+ pip install --upgrade git+https://github.com/yindaheng98/reduced-3dgs.git@main --no-build-isolation
43
34
  ```
44
35
 
36
+ ### Development Install
37
+
45
38
  ```shell
46
39
  git clone --recursive https://github.com/yindaheng98/reduced-3dgs
47
40
  cd reduced-3dgs
48
- pip install tqdm plyfile scikit-learn numpy tifffile triton xformers
41
+ pip install scikit-learn
49
42
  pip install --target . --upgrade --no-deps .
50
43
  ```
51
44
 
52
- (Optional) If you prefer not to install `gaussian-splatting` in your environment, you can install it in your `reduced-3dgs` directory:
53
- ```sh
54
- pip install --target . --no-deps --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
55
- ```
56
-
57
45
  ## Quick Start
58
46
 
59
47
  1. Download the dataset (T&T+DB COLMAP dataset, size 650MB):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reduced_3dgs
3
- Version: 1.10.6
3
+ Version: 1.10.8
4
4
  Summary: Refactored code for the paper "Reducing the Memory Footprint of 3D Gaussian Splatting"
5
5
  Home-page: https://github.com/yindaheng98/reduced-3dgs
6
6
  Author: yindaheng98
@@ -8,13 +8,8 @@ Author-email: yindaheng98@gmail.com
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE.md
11
- Requires-Dist: tqdm
12
- Requires-Dist: plyfile
13
- Requires-Dist: scikit-learn
14
- Requires-Dist: torch
15
- Requires-Dist: torchvision
16
- Requires-Dist: numpy
17
11
  Requires-Dist: gaussian-splatting
12
+ Requires-Dist: scikit-learn
18
13
  Dynamic: author
19
14
  Dynamic: author-email
20
15
  Dynamic: classifier
@@ -40,47 +35,35 @@ This repository contains the **refactored Python code for [Reduced-3DGS](https:/
40
35
 
41
36
  * [Pytorch](https://pytorch.org/) (v2.4 or higher recommended)
42
37
  * [CUDA Toolkit](https://developer.nvidia.com/cuda-12-4-0-download-archive) (12.4 recommended, should match with PyTorch version)
38
+ * (Optional) [cuML](https://github.com/rapidsai/cuml) for faster vector quantization
43
39
 
44
- ## Install (PyPI)
45
-
40
+ (Optional) If you have trouble with [`gaussian-splatting`](https://github.com/yindaheng98/gaussian-splatting), try to install it from source:
46
41
  ```sh
47
- pip install --upgrade reduced-3dgs
42
+ pip install wheel setuptools
43
+ pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master --no-build-isolation
48
44
  ```
49
45
 
50
- ## Install (Build from source)
51
-
52
- ```sh
53
- pip install --upgrade git+https://github.com/yindaheng98/reduced-3dgs.git@main
54
- ```
55
- If you have trouble with [`gaussian-splatting`](https://github.com/yindaheng98/gaussian-splatting), you can install it from source:
56
- ```sh
57
- pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
58
- ```
46
+ ## PyPI Install
59
47
 
60
- ## Install (Development)
61
-
62
- Install [`gaussian-splatting`](https://github.com/yindaheng98/gaussian-splatting).
63
- You can download the wheel from [PyPI](https://pypi.org/project/gaussian-splatting/):
64
48
  ```shell
65
- pip install --upgrade gaussian-splatting
49
+ pip install --upgrade reduced-3dgs
66
50
  ```
67
- Alternatively, install the latest version from the source:
68
- ```sh
69
- pip install --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
51
+ or
52
+ build latest from source:
53
+ ```shell
54
+ pip install wheel setuptools
55
+ pip install --upgrade git+https://github.com/yindaheng98/reduced-3dgs.git@main --no-build-isolation
70
56
  ```
71
57
 
58
+ ### Development Install
59
+
72
60
  ```shell
73
61
  git clone --recursive https://github.com/yindaheng98/reduced-3dgs
74
62
  cd reduced-3dgs
75
- pip install tqdm plyfile scikit-learn numpy tifffile triton xformers
63
+ pip install scikit-learn
76
64
  pip install --target . --upgrade --no-deps .
77
65
  ```
78
66
 
79
- (Optional) If you prefer not to install `gaussian-splatting` in your environment, you can install it in your `reduced-3dgs` directory:
80
- ```sh
81
- pip install --target . --no-deps --upgrade git+https://github.com/yindaheng98/gaussian-splatting.git@master
82
- ```
83
-
84
67
  ## Quick Start
85
68
 
86
69
  1. Download the dataset (T&T+DB COLMAP dataset, size 650MB):
@@ -0,0 +1,2 @@
1
+ gaussian-splatting
2
+ scikit-learn
@@ -60,7 +60,7 @@ if os.name == 'nt':
60
60
 
61
61
  setup(
62
62
  name="reduced_3dgs",
63
- version='1.10.6',
63
+ version='1.10.8',
64
64
  author='yindaheng98',
65
65
  author_email='yindaheng98@gmail.com',
66
66
  url='https://github.com/yindaheng98/reduced-3dgs',
@@ -97,12 +97,7 @@ setup(
97
97
  'build_ext': BuildExtension
98
98
  },
99
99
  install_requires=[
100
- 'tqdm',
101
- 'plyfile',
102
- 'scikit-learn',
103
- 'torch',
104
- 'torchvision',
105
- 'numpy',
106
100
  'gaussian-splatting',
101
+ 'scikit-learn',
107
102
  ]
108
103
  )
@@ -1,7 +0,0 @@
1
- tqdm
2
- plyfile
3
- scikit-learn
4
- torch
5
- torchvision
6
- numpy
7
- gaussian-splatting
File without changes
File without changes