Philipp Schröppel

Results 3 issues of Philipp Schröppel

Hi, with the scripts/train.py script, it is currently possible to load a config from a yaml file via the `--load-config path/to/config.yaml` argument. However, when this is done, all other command...

Hi, in the original 3DGS repo, when saving Gaussians to a .ply file, the opacity is saved in its unactivated form (i.e. before applying a sigmoid function): https://github.com/graphdeco-inria/gaussian-splatting/blob/54c035f7834b564019656c3e3fcc3646292f727d/scene/gaussian_model.py#L246 Based on...

### Bug description Hello, I am running `test()` with multiple dataloaders and do the logging in `on_test_epoch_end()`. I basically follow https://github.com/Lightning-AI/pytorch-lightning/pull/16520 regarding the "Example with two DataLoaders". In my case,...

bug
needs triage
ver: 2.5.x