Regarding converting preprocessing pipeline for android conversion #1200
Unanswered
aitrics-chris
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The preprocessing pipeline is not part of the model and will not be exported together with the model. So I am afraid you may need to reimplement it in your application. BTW, MMDeploy is working on supporting torchscript conversion for OpenMMLab models. Please stay tuned for their updates. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I downloaded the pretrained model from mmpose and would like to use it on android. It looks like that I need to convert the model to torchscript, but what should I do with the preprocessing pipeline, i.e., test_pipeline, which the pretrained model demands?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions