MCPcopy Create free account
hub / github.com/AdaptiveMotorControlLab/FMPose3D / parse_args

Function parse_args

fmpose3d/lib/sort/sort.py:233–239  ·  view source on GitHub ↗

Parse input arguments.

()

Source from the content-addressed store, hash-verified

231
232
233def parse_args():
234 """Parse input arguments."""
235 parser = argparse.ArgumentParser(description='SORT demo')
236 parser.add_argument('--display', dest='display', help='Display online tracker output (slow) [False]',
237 action='store_true')
238 args = parser.parse_args()
239 return args

Callers 4

main_animal3d.pyFile · 0.50
vis_animals.pyFile · 0.50
arber_dataset.pyFile · 0.50
vis_in_the_wild.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected