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

Function get_dataset_mesh_filename

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

Source from the content-addressed store, hash-verified

19
20
21def get_dataset_mesh_filename() -> str:
22 repo_root = os.path.normpath(
23 os.path.join(
24 os.path.abspath(__file__),
25 '../../..',
26 ))
27 filename = os.path.join(
28 repo_root,
29 'pointersect/meta_script/configs/mesh_filenames.yaml',
30 )
31 return filename
32
33
34def get_dataset_mesh_filename_config() -> T.Dict[str, T.Any]:

Callers 2

get_datasetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected