MCPcopy Create free account
hub / github.com/facebookresearch/sam-3d-objects / interactive_visualizer

Function interactive_visualizer

notebook/inference.py:407–414  ·  view source on GitHub ↗
(ply_path)

Source from the content-addressed store, hash-verified

405
406
407def interactive_visualizer(ply_path):
408 with gr.Blocks() as demo:
409 gr.Markdown("# 3D Gaussian Splatting (black-screen loading might take a while)")
410 gr.Model3D(
411 value=ply_path, # splat file
412 label="3D Scene",
413 )
414 demo.launch(share=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected