nerfstudio
nerfstudio copied to clipboard
A collaboration friendly studio for NeRFs
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  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...