Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
def
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
39
def
clean_meshes(
Callers
1
get_dataset
Function · 0.85
Calls
1
get_dataset_mesh_filename
Function · 0.85
Tested by
no test coverage detected