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

This PR adds the option to include [Pixi](http://pixi.sh/) as an installation option. This still keeps the normal recommended installation option working with no modifications. # Why Pixi I think its...

fix #3118 Changes in this PR: 1. fix cx,cy calculation which was done wrong previously 2. add --ply option to `ns-process-data realitycapture` to support splatfacto 3. safeguard brown4 tangential2 distortion...

**Describe the bug** The current nerfstudio instructions on importing from Reality Capture at: https://docs.nerf.studio/quickstart/custom_dataset.html#realitycapture don't produce expected results. I have a suspicion that the issue may be in using the...

- [ ] make documentation - [ ] fix plotsize issue (needs refresh, otherwise the width >> panel width -- perhaps a viser race condition?)

**Description:** I've extracted a 3D mesh from a trained nerfacto model and have the transformation matrix for camera positions used during training. I need to replicate these views in Blender...

https://github.com/nerfstudio-project/nerfstudio/blob/593950efec18bdfb28297f1c9d17248f9a5e2ac0/nerfstudio/process_data/polycam_utils.py#L74-L79 I don't understand why here the rows seem switched Here`[frame_json["t_20"], frame_json["t_21"], frame_json["t_22"], frame_json["t_23"]],`, it seems like that the third row is placed at the first row.

**Describe the bug** I am comparing the dataset of the gaussian splat as well as the COLMAP dataset and I see some differences. I am trying to clean the COLMAP...

It contains the updates to include NeRFtoGSandBack ([https://arxiv.org/abs/2405.09717](https://arxiv.org/abs/2405.09717)) in nerfstudio. Thanks for your time in advance!

(nerfstudio) C:\Users\NEW>ns-train nerfacto -instant-ngp-data C:\Users\NEW\Documents\NV\2070-nerf-data\Instant-NGP-for-RTX-2000\base.ingp ╭─ Unrecognized options ──────────────────────────╮ │ Unrecognized options: -instant-ngp-data │ │ ─────────────────────────────────────────────── │ │ For full helptext, run ns-train nerfacto --help │ ╰─────────────────────────────────────────────────╯

**Is your feature request related to a problem? Please describe.** Not a problem, but it could improve the quality of the COLMAP functionality. **Describe the solution you'd like** The ability...