from Hacker News

Nerfstudio: A collaboration friendly studio for NeRFs

by kennethfriedman on 10/5/22, 3:02 PM with 25 comments

  • by bashinator on 10/5/22, 6:53 PM

    It would be helpful if that site didn't just assume all visitors already know what a NeRF is.
  • by jagger27 on 10/5/22, 3:41 PM

    For those curious like me, NeRFs are Neural Radiance Fields: https://www.matthewtancik.com/nerf
  • by bohadi on 10/5/22, 8:14 PM

    NeRF applied to Maps soon

    https://twitter.com/jeffdean/status/1524612819160735745?lang...

    another paper toward Earth sized multi scale models (5 minutes)

    https://www.youtube.com/watch?v=Pn9ia2fsiwY

  • by averylamp on 10/5/22, 3:52 PM

    Just saw this on twitter and the results look pretty awesome https://twitter.com/akanazawa/status/1577686321119645696?s=2...
  • by krasin on 10/5/22, 11:43 PM

    I tried it today. Nerfstudio is amazing. I also like the pragmatic approach to its UI: launch a command-line / text UI program, publish a localhost URL, access a rich WebUI in the browser.

    NeRF rendering latency is extremely low and frames are delivered over WebRTC. Which means that there's no fundamental problem to stream WebUI over the Internet.

    Nerfstudio already supports all leading NeRF flavours and also includes their own. It instantly makes a staple for all future NeRF research.

  • by gorkish on 10/5/22, 4:26 PM

    I am extremely excited for this technology to mature to a point where realtime novel view synthesis becomes possible. The idea of being able to take a few photographs and be able to recreate an appreciably decent 6DOF viewing experience is a very powerful enabling technology.

    Nerfstudio looks like something that is finally accessible enough that I will be able to start experimenting without having to spend enormous amounts of effort on tooling. Can't wait to check it out! It looks like some of the processing pipelines might be a good fit for merging with WebODM to make it even more friendly to work with.

  • by jasha123 on 10/5/22, 7:56 PM

    GTC 2022 Re-imagining Robot Autonomy with Neural Environment Representations, with Q&A from EMEA region [A41181b] https://register.nvidia.com/flow/nvidia/gtcfall2022/attendee...
  • by ptcrash on 10/5/22, 7:48 PM

    I didn’t know what NeRFs were so I had to look it up. This article seems like a good introduction for anyone else that’s out of the loop like me: https://www.matthewtancik.com/nerf
  • by coding123 on 10/5/22, 3:23 PM

    Actually kind of excited by these techs, it would be fun to play CoD in a realistic downtown SF or LA.
  • by dougmwne on 10/5/22, 7:52 PM

    Speaking of NeRFs, here’s a Google Imagen powered text to NeRF model:

    https://dreamfusion3d.github.io/gallery.html

  • by latchkey on 10/5/22, 8:56 PM

  • by pelorat on 10/5/22, 4:27 PM

    If you're going to make an app like this, at least use electron or something similar and create an integrated package instead of relying on a python UI over a bunch of command line tools.

    Also how does it compare to Nvidia Instant Nerf (performance etc)?