MCPcopy
hub / github.com/PaddlePaddle/PaddleOCR / main

Function main

tools/export_model.py:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27
28def main():
29 FLAGS = ArgsParser().parse_args()
30 config = load_config(FLAGS.config)
31 config = merge_config(config, FLAGS.opt)
32 # export model
33 export(config)
34
35
36if __name__ == "__main__":

Callers 1

export_model.pyFile · 0.70

Calls 5

ArgsParserClass · 0.90
load_configFunction · 0.90
merge_configFunction · 0.90
exportFunction · 0.90
parse_argsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…