Open Reality: phone video to a splat scene your AI assistant can measure (uses gsplat) #3785
bdavidzhang
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Nerfstudio folks. Sharing a project that uses gsplat, with credit where it is due.
Open Reality (https://github.com/reality-opened/openreality, BSD-2-Clause) turns a phone walkthrough video into a persistent 3D scene that an AI assistant can query over MCP (the tool protocol Claude, Codex, and Cursor speak). Reconstruction is VGGT-SLAM based (MIT SPARK lineage); the splat export uses gsplat for the optional GPU refinement pass, and it is listed in the Acknowledgements section of the README.
What the assistant can do with a scene once it exists:
The whole server is self-hostable on your own GPU (the SLAM library and the broker are in the same repo), and there is an offline simulator so you can try the tool surface with no account and no GPU:
A 60-second terminal demo is at the top of the README. If anyone here wants to try it on a scan of their own, I am happy to help in the thread. Thank you for gsplat; it is a pleasure to build on.
All reactions