open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.55k stars 9.46k forks source link

How to export a onnx model and convert it to tensorrt? #10953

Open censhallwe opened 1 year ago

censhallwe commented 1 year ago

I want to use swin-transformer as a backbone to work for object detection. However, I can't find the guide about this.

censhallwe commented 1 year ago

I want to use swin-transformer as a backbone to work for object detection. However, I can't find the guide about this.

https://github.com/SwinTransformer/Swin-Transformer-Object-Detection . In this page, the get_started.md is also not applicable for current version. :(