# Support exporting K-Net to ONNX in MMDploy After MMDetection official KNet.

Author: chhluoCreated Apr 13, 2022Updated May 17, 2026
LabelsDev-RD

Steps

  • Find out what operations in K-Net are not able to export
  • Use the rewrite function in MMDeploy to rewrite the K-Net model and make in convertible.
  • Align accuracy between the ONNX model and PyTorch model.
  • Add unit tests.
  • Release this features.

Resources

https://github.com/ZwwWayne/K-Net/

https://github.com/open-mmlab/mmdeploy

Reviewers

@chhluo