MCPcopy Create free account
hub / github.com/Topdu/OpenOCR / parse_args

Function parse_args

tools/eval_det.py:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14def parse_args():
15 parser = ArgsParser()
16 args = parser.parse_args()
17 return args
18
19
20def main():

Callers 1

mainFunction · 0.70

Calls 2

parse_argsMethod · 0.95
ArgsParserClass · 0.90

Tested by

no test coverage detected