nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

A collaboration friendly studio for NeRFs

Results 533 nerfstudio issues
Sort by recently updated
recently updated
newest added

I remember the old version before nerfstudio in training on two address, https://viewer.nerf.studio/versions/22-10-07-0/xxxx and https://localhost:5000/xxxxxxxx, I would like to ask whether the local service of localhost is still available and...

Hi this is a really cool work. I was testing this repo and was using the default scene in the quickstart page. Everything loaded correctly and I can see it...

Cameras is now a tensordataclass and is about as generalized as I think we can get before launch. Updated tensordataclass to make this happen, keeping a list of fields that...

**Describe the bug** I tried running `ns-train nerfacto` on an "instant-ngp-ready" data directory, but get the following error: ``` File "anaconda3/envs/nerfstudio/lib/python3.8/site-packages/nerfstudio/data/dataparsers/nerfstudio_dataparser.py", line 151, in _generate_dataparser_outputs fx=float(meta["fl_x"]), KeyError: 'fl_x' ``` Seems...

Hi I was wondering if there is any plans to include individual camera intrinsics, while keeping backwards compatibility to the current transforms.json file, as with instant-ngp? That'll be helpful for...

Hi, first of all great job! your tool looks very promising. I am trying to experiment with it. The first thing I saw is that you are shifting the cameras...

The training time is increasing and the GPU memory too (although it doesn't cause OOM) Training time at the beginning ![Screenshot from 2022-10-13 11-04-02](https://user-images.githubusercontent.com/11364490/195482050-f2a8660e-2d34-4a08-911c-290106f3fa1d.png) Training time after a while (and...

**Describe the bug** viewer crashes when invalid websocket port is entered in Getting Started **To Reproduce** enter an invalid web socket port in Getting Started **Expected behavior** should tell user...

bug