MCPcopy Create free account
hub / github.com/apple/ml-pointersect / get_dataset_mesh_filename_config

Function get_dataset_mesh_filename_config

pointersect/data/dataset_helper.py:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33
34def get_dataset_mesh_filename_config() -> T.Dict[str, T.Any]:
35 filename = get_dataset_mesh_filename()
36 return meta_utils.read_config(filename)
37
38
39def clean_meshes(

Callers 1

get_datasetFunction · 0.85

Calls 1

Tested by

no test coverage detected