Hacker News new | ask | show | jobs
by amelius 1352 days ago
> 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.

My understanding is that you can't just take a few photographs, but you have to label them with their position and orientation, which is often not trivial.

But perhaps this difficulty has been solved already (?)

1 comments

Usually, you can just run COLMAP ([1]) and it will find the poses and camera intrinsics. This is indeed what Nerfstudio recommends doing in the docs ([2]).

1. https://colmap.github.io/

2. https://docs.nerf.studio/en/latest/quickstart/custom_dataset...