open-mmlab / mmdetection

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

adding export_onnx for QueryInst/Sparse RCNN #6135

Open ChicoQ opened 3 years ago

ChicoQ commented 3 years ago

Currently, I'm working on this function and I'd like to contribute my work to our community.

Describe the feature

Motivation A clear and concise description of the motivation of the feature. Ex1. It is inconvenient when [....]. Ex2. There is a recent paper [....], which is very helpful for [....].

Related resources If there is an official code release or third-party implementations, please also provide the information here, which would be very helpful.

Additional context Add any other context or screenshots about the feature request here. If you would like to implement the feature and create a PR, please leave a comment here and that would be much appreciated.

ZwwWayne commented 3 years ago

Hi @ChicoQ , We may do that in the next several months. PRs are welcomed.

chuong98 commented 2 years ago

@ZwwWayne Are you able to export Onnx model for Sparse-RCNN. Is there any operators that are not supported?