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** If you create a dataset with vertical and horizontal images, colmap will treat this as two different cameras. This breaks the dataloader. **To Reproduce** Take vertical and...

bug
data processing

Is there any way to launch the viewer on 0.0.0.0? I have to run it on a machine that I can't ssh to (so I can't port forward), but if...

Hi, I trained a dataset until the default end. Now I want to reload it for setting the camera but I'm unable to do so. If I use this string...

$ ns-process-data --data room.mov --output-dir data/ ``` Number of frames in video: 1616 [07:47:09] 🎉 Done converting video to images. process_data.py:433 [07:47:21] 🎉 Done downscaling images. process_data.py:451 ────────────────────────────────────────────── 💀 💀...

``` ns-train nerfacto --machine.num-gpus 2 --vis viewer ``` The output indicates that training is slower with more GPUs. Using two GPUs, I see about 60% CPU utilization, and three GPUs...

Great work! Record3d generate aligned depth images. Can you update a depth supervision feature with captured depth images for better results?

**Describe the bug** It is not possible to resume training from a checkpoint when training with `--machine.num-gpus 2`. **To Reproduce** Steps to reproduce the behavior: 1. Run `ns-train nerfacto ......

If the auto-orientation methods in the dataparser fails, the scene make look rotated in the viewer. We should add controls in the UI to manually correct for these offsets.

viewer
feature request

``` $ pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch Looking in links: https://download.pytorch.org/whl/torch_stable.html Collecting torch==1.12.1+cu113 Using cached https://download.pytorch.org/whl/cu113/torch-1.12.1%2Bcu113-cp38-cp38-linux_x86_64.whl (1837.7 MB) Collecting torchvision==0.13.1+cu113 Using cached https://download.pytorch.org/whl/cu113/torchvision-0.13.1%2Bcu113-cp38-cp38-linux_x86_64.whl (23.4 MB) Collecting...

**Describe the bug** Runtime Error on Installation Dependency Installation when running this commands pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch I have Visual Studio 2022 Installed. error: subprocess-exited-with-error...