Commit Graph

151 Commits

Author SHA1 Message Date
bkerbl
44163b83a6 Better linux build 2023-07-13 14:21:52 +02:00
bkerbl
35698b63d9 Better linux build 2023-07-13 14:21:16 +02:00
bkerbl
7d8035ad10 Merge branch 'release' into develop 2023-07-13 13:19:34 +02:00
bkerbl
b1a35bc94b Changed alpha init spatial lr behavior 2023-07-13 13:17:02 +02:00
bkerbl
73ad40f414 fixed learning rate for spatial 2023-07-13 13:17:02 +02:00
bkerbl
2d2d5ce1c3 Undo spatial lr removal 2023-07-13 13:16:57 +02:00
bkerbl
770f6b05e2 Clarification 2023-07-13 13:15:05 +02:00
bkerbl
ec6a2b24ff Changed alpha init spatial lr behavior 2023-07-13 13:12:45 +02:00
Snosixtyboo
d843dc1224
Update README.md 2023-07-12 21:25:21 +02:00
Snosixtyboo
8abb25b632
Update README.md 2023-07-12 21:24:13 +02:00
Pythonix Huang
989320fdf2
Provide --data_device option to put data on CPU to save VRAM for training (#14)
* Provide --data_on_cpu option to save VRAM for training

when there are many training images such as in large scene, most of the VRAM are used to store training data, use --data_on_cpu  can help reduce VRAM and make it possible to train on GPU with less VRAM

* Fix data_on_cpu  effect on default mask

* --data_on_cpu to --data_device

* update readme

* format warning infos
2023-07-12 11:30:45 -07:00
bkerbl
ac267eb6a2 Merge branch 'main' into develop 2023-07-12 15:57:17 +02:00
bkerbl
3c77073528 Merge branch 'release' 2023-07-12 15:57:03 +02:00
Bernhard Kerbl
cebfc978f3 Bump SIBR 2023-07-12 15:56:23 +02:00
bkerbl
f5f7c4d58e Undo spatial lr removal 2023-07-12 15:56:23 +02:00
bkerbl
62fafe30d0 merged 2023-07-12 15:56:16 +02:00
bkerbl
ccbaa56840 Merge branch 'main' into develop 2023-07-12 15:48:41 +02:00
bkerbl
e44ee39d8d Update readme 2023-07-12 15:47:26 +02:00
bkerbl
f022f0c048 fixed learning rate for spatial 2023-07-12 15:38:28 +02:00
Bernhard Kerbl
ff529deb60 Bump SIBR 2023-07-12 15:28:53 +02:00
Bernhard Kerbl
aafdd1039b Merge branch 'main' of https://github.com/graphdeco-inria/gaussian-splatting 2023-07-12 14:08:53 +02:00
Bernhard Kerbl
b34c43e641 Bumped sibr 2023-07-12 14:08:45 +02:00
bkerbl
bf2346c827 Merge branch 'main' into release 2023-07-12 14:03:49 +02:00
bkerbl
fef0b4a41d Better description of GPU selection 2023-07-12 14:03:28 +02:00
Snosixtyboo
be4f655c1d
Update README.md 2023-07-12 13:30:06 +02:00
bkerbl
be996528c0 Merge branch 'release' 2023-07-12 12:16:19 +02:00
bkerbl
6f1e3ec83a Undo spatial lr removal 2023-07-12 12:16:13 +02:00
Bernhard Kerbl
b7031f116f Bump viewer version 2023-07-12 12:16:13 +02:00
bkerbl
d4e1e922bd Undo spatial lr removal 2023-07-12 12:14:22 +02:00
bkerbl
07ee3be62e Clarification 2023-07-12 12:12:20 +02:00
bkerbl
bd99f9a45d Clarification 2023-07-12 12:12:20 +02:00
bkerbl
7e126c02c6 Clarification 2023-07-12 12:12:19 +02:00
bkerbl
51705d4cb2 Clarification 2023-07-12 12:11:57 +02:00
bkerbl
f43f71b9fb Clarification 2023-07-12 12:10:47 +02:00
bkerbl
13f856f959 Clarification 2023-07-12 12:10:03 +02:00
Bernhard Kerbl
35b89fca85 Merge branch 'main' of https://github.com/graphdeco-inria/gaussian-splatting 2023-07-12 12:03:55 +02:00
Bernhard Kerbl
9b852964ff Bump viewer version 2023-07-12 12:03:48 +02:00
bkerbl
02956b6587 Removed .txt 2023-07-12 11:51:34 +02:00
bkerbl
07c18da673 bump rasterizer 2023-07-12 02:01:01 +02:00
bkerbl
da65fecd9c Specified no clang 2023-07-11 20:58:19 +02:00
bkerbl
267c76a44d Expected structure 2023-07-11 20:32:09 +02:00
bkerbl
9daca293b7 highlight 2023-07-11 20:13:00 +02:00
bkerbl
ba677c3820 Merge branch 'release' into develop 2023-07-11 20:09:42 +02:00
bkerbl
d0378eca90 Mention 11.6 trouble 2023-07-11 20:05:11 +02:00
bkerbl
3855ce81b1 Instructions for Focal Fossa 2023-07-11 19:40:06 +02:00
bkerbl
a60ab3f851 Instructions for Focal Fossa 2023-07-11 19:35:24 +02:00
Snosixtyboo
5f44901473
Merge pull request #16 from HrsPythonix/fix-spelling
Fix spelling error (posititon to position as README said)
2023-07-11 13:24:07 +02:00
Pythonix Huang
f4dfb3d3bf Fix spelling error (posititon to position as README said) 2023-07-11 18:16:07 +08:00
Bernhard Kerbl
7228fc7bd9 Merge branch 'main' of https://github.com/graphdeco-inria/gaussian-splatting 2023-07-11 10:55:36 +02:00
JonathonLuiten
9490ef7612
fixed tensorboard update images by adding batch dimension (#9) 2023-07-10 15:45:55 -07:00