Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
def
main():
80
args = parse_args()
81
img = cv2.imread(args.input_img)
82
inference(args.detector, img, args.output_path)
83
84
85
if
__name__ ==
"__main__"
:
Callers
1
main.py
File · 0.70
Calls
2
parse_args
Function · 0.85
inference
Function · 0.85
Tested by
no test coverage detected