MCPcopy Create free account
hub / github.com/Ropedia/SpatialBench / _find_scene

Function _find_scene

visualize_benchmark_web.py:1714–1718  ·  view source on GitHub ↗
(scene_id: str)

Source from the content-addressed store, hash-verified

1712
1713
1714def _find_scene(scene_id: str):
1715 for s in _all_scenes:
1716 if s["scene_id"] == scene_id:
1717 return s
1718 return None
1719
1720
1721@app.post("/api/scene/{scene_id}/export_glb")

Callers 5

get_scene_rgbFunction · 0.85
get_scene_depth_vizFunction · 0.85
get_scene_pcdFunction · 0.85
get_scene_camerasFunction · 0.85
export_scene_glbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected