-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to export the model to torchscript? #576
Comments
Hi we haven't provide tools yet. Please request the feature here #9 to help us prioritize. |
Can the network export the onnx including decode ? like HeatmapParser function |
requesting module to the |
Remove frame rate adjusting in cut_videos.sh
any update on this? |
onnx conversion works, but torchscript conversion fails due to custom sub-class of pytorch |
I know im a little late on this thread but i was having a similar issue to @alicera for exporting a module using onnx. The model only returns the heat map and not the decoded keypoints. Is this still an issue? If not, can someone point me to an onnx example? |
I also want to know, how to convert mmpose models to onnx. Does anyone have an example code? |
@Monalsingh @rtaylo45 Now we have MMDeploy to support model export and deployment for MMPose. An example is provided in MMDeploy documents. |
Would like to have Tracing support for mmPose models. File "mmdetection\mmpose\mmpose\datasets\pipelines\shared_transform.py", line 176, in call KeyError: 'flip_index' Added this to the feature request page. Posting here to see if there are any possible workarounds. |
Now,Can export the model to torchscript? |
* Upgrade the versions of pre-commit-hooks * update zh-cn.yaml
* Add smddp dist backend option * [Dev]: Upgrade pre commit hooks (open-mmlab#576) * Upgrade the versions of pre-commit-hooks * update zh-cn.yaml * [Docs] Fix the docstring of model sub-package (open-mmlab#573) * [Doc]: Update config.md (open-mmlab#562) * Update config.md * Update config.md * [Doc] delete the error comment in docs (open-mmlab#514) Co-authored-by: Zaida Zhou <[email protected]> Co-authored-by: Zhengfei-0311 <[email protected]> Co-authored-by: vansin <[email protected]>
How to export the model to torchscript?
The text was updated successfully, but these errors were encountered: