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

Function run_test

dali/test/python/test_coco_tfrecord.py:94–100  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

92
93
94def run_test(args):
95 print_args(args)
96
97 pipe_tf = TFRecordDetectionPipeline(args)
98 pipe_coco = COCODetectionPipeline(args, test_dummy_data_path)
99
100 compare_pipelines(pipe_tf, pipe_coco, 1, 64)
101
102
103def make_parser():

Callers 1

Calls 4

compare_pipelinesFunction · 0.90
print_argsFunction · 0.70

Tested by

no test coverage detected