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

Just found that Colab won't run this notebook any more. Error that comes up is this, when trying to import scene: A module that was compiled using NumPy 1.x cannot...

This PR updates current Dockerfile: - It builds gsplat - Reduces image size by using multistage build and removing dev dependencies. - Removes changed user -> enables installing inside docker...

Fixed directory path issue after upgrading Polycam app. This will work for the extracted data from the upgraded Polycam app.

**Describe the bug** I have torch installed as version `2.0.1+cu118` when I do `pip install nerfstudio` it reinstall torch with a different cuda version. **Expected behavior** Since nerfstudio installation instructions...

``Hi everyone, I recently installed nerfstudio but when I go to try to train a model I always get the usual error: RuntimeError: C:/Users/aleso/AppData/Local/Temp/pip-req-build-jz__nwp9/include\tiny-cuda-nn/gpu_memory.h:592 cuMemSetAccess(m_base_address + m_size, n_bytes_to_allocate, &access_desc, 1)...

Allows viser to pass the last clicked camera idx to the get_camera_output function.

**Describe the bug** After 2000 steps of ns-train command (nerfstudio==1.1.3), the following happens. ``` Printing profiling stats, from longest to shortest duration in seconds VanillaPipeline.get_average_eval_image_metrics: 0.2351 VanillaPipeline.get_average_image_metrics: 0.2226 VanillaPipeline.get_eval_image_metrics_and_images: 0.0689...

bug

**Describe the bug** I have an M3 and could successfully install nerfstudio, and (albeit slowly) train my first model using nerfacto. The problem is that when I try to use...

Hi, After training with nerfacto, the generated dataparser_transforms.json looks like this: ```json { "transform": [ [ 0.0, 1.0, 0.0, 0.3138597011566162 ], [ 1.0, 0.0, 0.0, -0.11979150772094727 ], [ 0.0, 0.0,...

Having RuntimeError error when training pynef-synthetic and TypeError when training pynerf on the same dataset. This is the error for pynerf-synthetic: RuntimeError: The size of tensor a (3) must match...