Commit 6958fe0
committed
Squashed commit of the following:
commit d9b022b
Author: J.Y <132313008+jb-ye@users.noreply.github.com>
Date: Fri Apr 19 14:03:55 2024 -0400
Allow alpha transparency training for blender datasets input (nerfstudio-project#3088)
Allow alpha transparency training for rgba input
Co-authored-by: Justin Kerr <justin.g.kerr@gmail.com>
commit eddf2d2
Author: Congrong Xu <50019703+KevinXu02@users.noreply.github.com>
Date: Thu Apr 18 17:37:50 2024 -0700
Changes for trainer.py to support the Gradio webui (nerfstudio-project#3046)
* changes for trainer to support webui
* Update trainer to support webui
* format
* add a seperated shutdown() function to stop training
* typo fix
* get rid of _stop_viewer_server()
* Update trainer.py
* organize import
---------
Co-authored-by: Brent Yi <yibrenth@gmail.com>
commit 45d8bb7
Author: Justin Kerr <justin.g.kerr@gmail.com>
Date: Wed Apr 17 23:54:43 2024 -0700
updates to apply_pca_colormap (nerfstudio-project#3086)
* improvements to pca_colormap: allow input pca matrix, optional ignore_zeros arg
* typo
commit babf577
Author: Patrick Morgan <patrick@patrick-morgan.net>
Date: Fri Apr 12 14:23:47 2024 -0700
Fix call to detect ODM reconstruction file (nerfstudio-project#3018)
commit a64026f
Author: Justin Kerr <justin.g.kerr@gmail.com>
Date: Fri Apr 12 12:32:22 2024 -0700
shift principle points by .5 in undistortion (nerfstudio-project#3071)
* shift principle points by .5
* fix ordering
* add fisheye offset
commit c302cc5
Author: Gunjan Chhablani <chhablani.gunjan@gmail.com>
Date: Thu Apr 11 16:41:14 2024 -0400
Add pointcloud loading for blender parser (nerfstudio-project#2902)
* Add pointcloud loading for blender parser
* Fix argument
* Fix docstring
* Fix metadata in dataparsers
* Add changes from review
* Avoid changing default behavior
* Apply `scale_factor` to loaded points
---------
Co-authored-by: Brent Yi <yibrenth@gmail.com>
commit 03bdeff
Author: hyperzy <50564821+hyperzy@users.noreply.github.com>
Date: Thu Apr 11 14:56:37 2024 -0400
Fixed Unexpectedly huge RAM consumption of parallel datamanager (nerfstudio-project#3060)
* Reduced the memory usage by caching image after the datamanager process starts
commit 4714ae7
Author: J.Y <132313008+jb-ye@users.noreply.github.com>
Date: Thu Apr 11 14:37:02 2024 -0400
write eval combined images for diagnostics (nerfstudio-project#3070)
commit eba72db
Author: Otto Seiskari <otto.seiskari@gmail.com>
Date: Thu Apr 11 21:23:17 2024 +0300
Camera pose optimization for Splatfacto (nerfstudio-project#2891)
* Add pose optimization to Splatfacto
* Disable Splatfacto pose optimization by default
* Improve apply_to_camera for Gaussian Splatting pose optimization
Do not chain modifications to camera_to_worlds to improve
numerical stability and enable L2 rot/trans penalties.
* Add separate mean and max rot/trans metrics to camera-opt
* Tweak pose optimization hyperparameters
Parameters used in the Gaussian Splatting on the Move paper v1
* Unit test fix for new cameara_optimizer training metrics
* Adjust splatfacto-big camera pose optimization parameters
Same parameters as in normal Splatfacto
---------
Co-authored-by: jh-surh <jh.surh@bucketplace.net>
commit 2d9bbe5
Author: dberga <dberga@users.noreply.github.com>
Date: Thu Apr 11 04:04:33 2024 +0200
fix exporter.py for FullImageDataManager and RandomCamerasDataManager (nerfstudio-project#3065)
* fix exporter.py for FullImageDataManager and RandomCamerasDataManager
* sort imports
* ruff
---------
Co-authored-by: Brent Yi <yibrenth@gmail.com>
commit c381fc8
Author: Justin Kerr <justin.g.kerr@gmail.com>
Date: Wed Apr 10 18:59:20 2024 -0700
Fix custom elements nested under @Property (nerfstudio-project#3066)
* patch custom elements bug
* Skip `cached_property`
* fomrat
* comment, type hint
---------
Co-authored-by: Brent Yi <yibrenth@gmail.com>
commit d1fc2ee
Author: Saurav Maheshkar <sauravvmaheshkar@gmail.com>
Date: Mon Apr 8 23:46:00 2024 +0100
feat(ci): migrate to `uv` in CI (nerfstudio-project#3038)
* feat(ci): migrate to `uv` in CI
* feat(ci): drop upgrade strategy
* feat(ci): use `uv` in docs workflow
* fix(ci/doc): update sphinx build cmd
* fix(ci/doc): specify python path
* (experimental) simplify
* remove venv
* Revert line wrap change for doc.yml
---------
Co-authored-by: Brent Yi <yibrenth@gmail.com>
commit 2b91715
Author: Sahil Jain <sahilja2@andrew.cmu.edu>
Date: Mon Apr 8 13:04:20 2024 -0400
Fix config loading for Eyeful Tower dataset (nerfstudio-project#3054)
Add test_filenames to transforms.json generated by eyeful_tower.py
commit 26804f8
Author: Ling Jing <111032642+Jing1Ling@users.noreply.github.com>
Date: Tue Apr 9 00:07:21 2024 +0800
Make colmapDataParser compatible with 360_v2 dataset format (nerfstudio-project#2860)
* added an option to colmapdataparser to round up the image size when downscaling
* add round mode and update ffmpeg command
* [fix] wrong variable order
* update format
---------
Co-authored-by: Jing <jing1ling@intel.com>
commit 911091c
Author: Jan-Niklas Dihlmann <j.dihlmann@googlemail.com>
Date: Mon Apr 8 16:17:56 2024 +0200
Added SIGNeRF to Nerfstudio methods (nerfstudio-project#3053)
* feat: signerf as nerfstudio method
* fix: formating issues and indexing1 parent 48050dc commit 6958fe0
23 files changed
Lines changed: 361 additions & 70 deletions
File tree
- .github/workflows
- docs
- nerfology/methods
- quickstart
- nerfstudio
- cameras
- configs
- data
- datamanagers
- dataparsers
- engine
- models
- pipelines
- process_data
- scripts
- downloads
- github
- utils
- viewer
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | | - | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
156 | | - | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | | - | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
163 | 169 | | |
164 | 170 | | |
165 | 171 | | |
| |||
176 | 182 | | |
177 | 183 | | |
178 | 184 | | |
179 | | - | |
180 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
181 | 191 | | |
182 | 192 | | |
183 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
987 | | - | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
988 | 990 | | |
989 | 991 | | |
990 | 992 | | |
991 | 993 | | |
992 | 994 | | |
| 995 | + | |
993 | 996 | | |
994 | 997 | | |
995 | 998 | | |
| |||
1006 | 1009 | | |
1007 | 1010 | | |
1008 | 1011 | | |
1009 | | - | |
1010 | | - | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
| 1022 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
211 | 228 | | |
212 | 229 | | |
213 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
632 | 632 | | |
633 | 633 | | |
634 | 634 | | |
635 | | - | |
636 | | - | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
637 | 639 | | |
638 | 640 | | |
639 | 641 | | |
| |||
684 | 686 | | |
685 | 687 | | |
686 | 688 | | |
687 | | - | |
688 | | - | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
689 | 693 | | |
690 | 694 | | |
691 | 695 | | |
| |||
0 commit comments