Skip to content

mmdeploy教程感觉繁琐,python部署是否能简单一点,Mmdeploy tutorial feels cumbersome,Can Python deployment be simpler #524

@monkeycc

Description

@monkeycc

mmdeploy教程感觉繁琐
Mmdeploy tutorial feels cumbersome

python部署是否能简单一点
Can Python deployment be simpler

pip install mmdeploy

from mmdeploy.apis import inference_model

model_cfg = ""
deploy_cfg = ""
backend_files = ""
img = ""
device = ""

result = inference_model(model_cfg, deploy_cfg, backend_files, img=img, device=device)

这种方式可以用不
This method can be used without

示例代码 应该要怎么写
How should the sample code be written

能否给一个实际可用的源码 demo
Can you give a demo of the actual available source code

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions