J.Y.
J.Y.
We need better mechanism of resetting and splitting to handle large set of input images.
This issue might be fixed in the latest PR: https://github.com/nerfstudio-project/nerfstudio/pull/2709 I have successfully trained GS on bicycle dataset.
not all models support point cloud exports.
Just to cite Inria gaussian splatting's implenentation: https://github.com/graphdeco-inria/gaussian-splatting/blob/main/utils/sh_utils.py
Just want to revisit this topic: Shall we remove SH evaluation in nerfstudio, and use the [one](https://github.com/nerfstudio-project/gsplat/blob/main/gsplat/_torch_impl.py#L12) from gsplat library? So it minimize our maintenance effort. @kerrj
Could you update the gsplat==0.1.10? `pip install --upgrade gsplat`
This issue seems to be a dup of https://github.com/nerfstudio-project/nerfstudio/issues/3033 But I am not why it happens with nerfstudio=1.0.3 + gsplat==0.1.10 I cannot reproduce the issue locally.
@Zunhammer Could you follow up this PR? Does the current state look good to you?
Do you have sample datasets that we can reproduce the error?
Close as dup of https://github.com/nerfstudio-project/nerfstudio/pull/2850