MCPcopy Index your code
hub / github.com/pythonstock/stock / do_inference

Function do_inference

backend/web/minstServingHandler.py:77–79  ·  view source on GitHub ↗
(hostport, img_obj)

Source from the content-addressed store, hash-verified

75
76# 调用 grpc 代码,将图片转换成数组,让后放到 grpc 调用。
77def do_inference(hostport, img_obj):
78
79 print("############", hostport)
80

Callers 2

getMethod · 0.85
postMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected