Hacker News new | past | comments | ask | show | jobs | submit
Does anyone know if there’s a simple solution to generating NeRFs from a continuous all directional camera (like a GoPro Max). It would be fun to make an explorable universe like that.
You should be able to do this with nerfstudio: https://github.com/nerfstudio-project/nerfstudio/ I've done it a few times, you can test 3d Gaussian Splatting also instead.
Hadn't seen this comment before. Why is this one not Guassian Splats or nerfs?
Thank you! That's terrific.