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

**Describe the bug** Loading previously trained checkpoint will train past --max-num-iterations. **To Reproduce** Steps to reproduce the behavior: 1. Train a model (I used Splatfacto) 2. Train it again with...

The current overlay equation is: https://github.com/nerfstudio-project/nerfstudio/blob/babf57718c75e7d04f1b977f035db67c02a9c20a/nerfstudio/process_data/colmap_utils.py#L625 But I believe it should be debug = 0.3 * image + 0.7 * overlay If not, is why do you have it as...

Logging the training results to a file doesn't appear to be working, I specified the (--logging.local-writer.enable & --logging.relative-log-dir) flags but got nothing. **To Reproduce** ``` ns-train nerfacto --data ./ --viewer.websocket-port...

**Is your feature request related to a problem? Please describe.** I need to verify the validity of the rendering performed from a given pose. More precisely, I need to compare...

torch.tensor(camera["camera_to_world"]).view(4, 4)[:3]

hi, I was training on myself dataset using Nerfacto provided by Nerfstudio. I have the issue that is similar to this link [Rendering results for Nerfacto don't match the original...

The rendering effect looks good in the NerfStudio viewer when I train with Gaussian in NerfStudio. However, when I export the .ply file and edit it using Super Splat, I...

when processing the nerfbuster dataset, i.e. split the dataet into trian and eval sets. the new version has a bug: > ns-process-data images --data data/cups/clean --eval-data data/cups/eval --output-dir data/cups/cups_clean >...

Dear [Recipient], I've been engaged in academic work involving the reconstruction of object scenes. However, after 20,000 iterations during the training process, the scene ceased rendering. Has anyone else encountered...

**Describe the bug** When I run "ns-process-data video --data --output-dir" in ubuntu and no generated "transforms.json", I find that my colmap structure is: colmap/sparse/0/cameras.txt, images.txt, points3D .txt, project.ini, when I...