Skip to content
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

Export to ONNX #59

Open
abhiagwl4262 opened this issue Jul 18, 2022 · 3 comments
Open

Export to ONNX #59

abhiagwl4262 opened this issue Jul 18, 2022 · 3 comments

Comments

@abhiagwl4262
Copy link

hey @lbin @CharlesShang, Thanks for the work. Can you please add a script which is able to export _DCN_v2 to ONNX and run inference with onnxruntime ?

@hitbuyi
Copy link

hitbuyi commented Oct 5, 2022

I also hope such kind of job related to deployment on TensorRT

@abhiagwl4262
Copy link
Author

@hitbuyi I have successfully export DCNv2 to ONNX and TensorRT. The trick is - use mmcv's ModulatedDeformConv2D instead of this repo.

Check this for more details - https://medium.com/@abhiagwl4262/yolact-pyotorch-to-onnx-tensorrt-9e6a37f6b974

@hitbuyi
Copy link

hitbuyi commented Oct 5, 2022

@hitbuyi I have successfully export DCNv2 to ONNX and TensorRT. The trick is - use mmcv's ModulatedDeformConv2D instead of this repo.

Check this for more details - https://medium.com/@abhiagwl4262/yolact-pyotorch-to-onnx-tensorrt-9e6a37f6b974

@abhiagwl4262 Thanks for your useful information
My model is SMOKE, which uses another version of DCNv2, is it possible to use mmcv's DCNv2 to replace it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants