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

Hi, as described in #2811 I added the following functionality: * Enter a desired eye position in world coordinates, and optionally a desired target, and get in return the images...

Directly render and export things from the viewer, with notifications! Uses a simple notification addition from nerfstudio-project/viser#225. https://github.com/nerfstudio-project/nerfstudio/assets/42229107/147d3fd9-1c8e-432e-a616-9f2b5e2a0435 ___ TODO: - [x] thoroughly test export functionality - [x] add error...

I tried to create an instance of the class viewer=RunViewer(Path("path/to/config/file")) and called viewer.main(). But there is some part where the code breaks and does not call the viewer. It says...

Installation creates all kinds of errors because tinycudann does not work with CUDA Toolkit 12.1 and VS 12.10+, while VS 12.9. is not available anymore on windows. As this is...

installation

**Describe the bug** Nerfstudio is not compatible with current Visual Studio 2022 17.10 due to differences in the MSC version being (194x) #if _MSC_VER < 1910 || _MSC_VER >= 1940...

Add option to mask regions while running feature extraction in COLMAP (https://colmap.github.io/faq.html#mask-image-regions)

Problems and Background - With a sufficiently large enough dataset, the current datamanager(s) will try to cache the entire dataset into RAM, which will lead to an OOM error -...

Hi, Is there a reason for camera rescaling being applied twice - both in dataparser and dataset classes? Is `scale_factor` and `downscale_factor` supposed to mean different things? Thanks! https://github.com/nerfstudio-project/nerfstudio/blob/492fa0e67b238a1ca3158a37845aec313e5deb23/nerfstudio/data/dataparsers/nerfstudio_dataparser.py#L276 https://github.com/nerfstudio-project/nerfstudio/blob/492fa0e67b238a1ca3158a37845aec313e5deb23/nerfstudio/data/datasets/base_dataset.py#L55

**Describe the bug** I've noticed that, when trying to use a dataset that I've aligned using GPS reference in Metashape, it will not load, or it will load but produce...

Traceback (most recent call last): File "/home/xuj/anaconda3/envs/nerfstudio/bin/ns-train", line 8, in sys.exit(entrypoint()) File "/home/xuj/anaconda3/envs/nerfstudio/lib/python3.10/site-packages/nerfstudio/scripts/train.py", line 262, in entrypoint main( File "/home/xuj/anaconda3/envs/nerfstudio/lib/python3.10/site-packages/nerfstudio/scripts/train.py", line 247, in main launch( File "/home/xuj/anaconda3/envs/nerfstudio/lib/python3.10/site-packages/nerfstudio/scripts/train.py", line 189, in...