mmdetection icon indicating copy to clipboard operation
mmdetection copied to clipboard

[Feature] Cross-platform deployment capability

Open leemayi opened this issue 2 years ago • 2 comments

What's the feature?

1)start a train on a linux machine 2)export the onnx model on a linux machine 3)infer on a window machine. you can export the trt model directly without installing the python environment. Just like paddlepaddle‘s deployment

Any other context?

No response

leemayi avatar Jan 06 '23 11:01 leemayi

We give some documents for users, such as https://github.com/open-mmlab/mmdetection/blob/3.x/docs/en/user_guides/deploy.md

BIGWangYuDong avatar Jan 09 '23 08:01 BIGWangYuDong

We give some documents for users, such as https://github.com/open-mmlab/mmdetection/blob/3.x/docs/en/user_guides/deploy.md

I know that, but we must install the python environment on Windows and export the model. I don't think this way is very convenient

leemayi avatar Jan 10 '23 06:01 leemayi

@leemayi Deployment support is currently implemented via mmdeploy, you can ask in the mmdeploy repo

hhaAndroid avatar Mar 23 '23 02:03 hhaAndroid