Hacker News new | ask | show | jobs
by chubs 844 days ago
A friend is working on a slightly related project, I’m curious how they map out the room in voxels, anyone care to suggest how this is done?
1 comments

The mapping process can be done with any RGB-D cameras, we use an iPhone pro but any apple devide with AR-Kit should work. Once we have a sequence of RGB-D images with associated camera poses, we can just backproject the pixels (and any associated information, like CLIP embeddings) using the depth into voxels.