open-mmlab / mmdetection

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

Model mAP drops when exported to onnx #4660

Closed ArarakiRen closed 3 years ago

ArarakiRen commented 3 years ago

Hello, I've converted Cascade-RCNN-R50-FPN-coco to ONNX format but when I perform inference with it by onnx-runtime, the final mAP drops from 40.3 to 39.7. Same thing happens with Retinanet. So may I ask if you have tested the accuracy of your ONNX models on coco dataset? Thanks.

hhaAndroid commented 3 years ago

Hi, @ArarakiRen Thank you for your feedback. We have not tested the accuracy of ONNX models on the coco dataset yet, but it is in progress. Once completed, the docs will be updated, please continue to pay attention. Thank you!