Can mmdeploy support a model which not belong to mmlab? #2160
-
Hello, thank you for your amazing job! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For model deplement on Android, mmdeploy chose ncnn as backend. Compared to ncnn, mmdeploy may provide a simple api that hide the pre/post process. Have you used mmdeploy on android before? If so, you may convert the onnx to ncnn and edit |
Beta Was this translation helpful? Give feedback.
@zhongqiu1245
For model deplement on Android, mmdeploy chose ncnn as backend. Compared to ncnn, mmdeploy may provide a simple api that hide the pre/post process.
Have you used mmdeploy on android before? If so, you may convert the onnx to ncnn and edit
deploy.json
andpipeline.json
manually. If not, I think it's better to use ncnn directly.