nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

A collaboration friendly studio for NeRFs

Results 589 nerfstudio issues
Sort by recently updated
recently updated
newest added

when i am trying to get the meshes below error is coming ' ``` nerfstudio\models\base_model.py", line 222, in get_rgba_image raise NotImplementedError(f"get_rgba_image is not implemented for model {self.__class__.__name__}") NotImplementedError: get_rgba_image is...

Hello, I think I have installed the nerfstudio successfully and tried to train my first nerf model. But getting this error 'ns-download-data' is not recognized as an internal or external...

Hey guys, I keep getting this error while installing nerfstudio I'm following the steps provided in the installation guide: https://docs.nerf.studio/quickstart/installation.html I'm on this step: Install tiny-cuda-nn/gsplat and I'm using a...

**Describe the bug** When i use the following command `ns-render dataset --load-config ns_outputs/ori_splatfacto_do_dencify_distorted/splatfacto/2024-06-18_113728/config.yml --image-format png --split train+test --rendered-output-names rgb gt-rgb` for rendering images and comparing with GT. And what I...

`get_viewmat` with `@torch_compile()` on Nvidia Orin NX and [PyTorch](https://developer.download.nvidia.com/compute/redist/jp/v60dp/pytorch/) throws an error. ```python >>> import torch >>> from nerfstudio.models import splatfacto >>> x = torch.randn(1, 3, 4).to("cuda") >>> splatfacto.get_viewmat(x) Traceback...

testing egolifter stuff, this draft PR is just to visualize my changes in an easy UI moment

**Is your feature request related to a problem? Please describe.** I am unable to turn off Viser during training a nerf using Nerfstudio. **Describe the solution you'd like** In some...

Hi, i am training a set of images and exporting it using `ns-export gaussian-splat --load-config outputs\pistacchio\splatfacto\2024-06-27_154448\config.yml --output-dir exports/splats/154448 ` when loading the ply file on one of the viewer(every one)...

Hello, I am wondering if it’s possible to integrate SAM masks for each frame with splatfacto, so that each point perhaps also gets an additional masking semantic attribute based on...