MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / main

Function main

flow-python/examples/application/warehouse/detection_memd/main.py:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78
79def main():
80 args = parse_args()
81 img = cv2.imread(args.input_img)
82 inference(args.detector, img, args.output_path)
83
84
85if __name__ == "__main__":

Callers 1

main.pyFile · 0.70

Calls 2

parse_argsFunction · 0.85
inferenceFunction · 0.85

Tested by

no test coverage detected