MCPcopy Create free account
hub / github.com/NVIDIA/DALI / data_paths

Function data_paths

dali/test/python/test_fw_iterators_detection.py:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def data_paths():
47 root = os.path.join(DALI_EXTRA_PATH, "db", "coco", "images")
48 annotations = os.path.join(DALI_EXTRA_PATH, "db", "coco", "instances.json")
49 return root, annotations
50
51
52##############

Callers 4

test_api_fw_check1Function · 0.70
test_api_fw_check2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected