MCPcopy Create free account
hub / github.com/PaddlePaddle/PaddleDetection / print_arguments

Function print_arguments

deploy/python/infer.py:1188–1192  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1186
1187
1188def print_arguments(args):
1189 print('----------- Running Arguments -----------')
1190 for arg, value in sorted(vars(args).items()):
1191 print('%s: %s' % (arg, value))
1192 print('------------------------------------------')
1193
1194
1195def main():

Callers 11

keypoint_infer.pyFile · 0.90
mot_jde_infer.pyFile · 0.90
mot_sde_infer.pyFile · 0.90
attr_infer.pyFile · 0.90
action_infer.pyFile · 0.90
vehicle_attr.pyFile · 0.90
infer.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected