MCPcopy Create free account
hub / github.com/InternRobotics/G2VLM / load_split_info

Function load_split_info

data/dataset_utils_vggt.py:61–64  ·  view source on GitHub ↗

Return the split json dict.

(scene_dir: Path)

Source from the content-addressed store, hash-verified

59
60
61def load_split_info(scene_dir: Path):
62 """Return the split json dict."""
63 with open(scene_dir / "split_info.json", "r", encoding="utf-8") as f:
64 return json.load(f)
65
66
67def load_camera_poses(scene_dir: Path, split_idx: int):

Callers 1

load_camera_posesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected