MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / register_all_sam_instance

Function register_all_sam_instance

datasets/registration/register_sam.py:149–156  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

147
148
149def register_all_sam_instance(root):
150 for key, tsv_file in _PREDEFINED_SPLITS.items():
151 # Assume pre-defined datasets live in `./datasets`.
152 register_sam_instances(
153 key,
154 _get_sam_instances_meta(),
155 os.path.join(root, tsv_file[0]),
156 )
157
158# def azcopy_data()
159

Callers 1

register_sam.pyFile · 0.70

Calls 3

itemsMethod · 0.80
register_sam_instancesFunction · 0.70
_get_sam_instances_metaFunction · 0.70

Tested by

no test coverage detected