Closed
Description
Most users of the library are more interested in existing pretrained models to use for inference rather than training. For this reason, it's important to ensure we can easily export those trained models.
-
General
- Add a unittest/CI job to check that all models can be exported with ONNX ([ONNX] Part1: update current onnx export #976, [ONNX/Tests] Part2 add ONNX tests for TF and PT detection models #979, [ONNX/Tests] Part2 add ONNX tests for TF and PT recognition models #980 )
-
Classification
- VGG ([onnx] classification models export #830)
- ResNet ([onnx] classification models export #830)
- MobileNet V3 ([onnx] classification models export #830)
- MAGC ResNet ([onnx] classification models export #830)
-
Text Detection
-
Text Recognition
- CRNN [ONNX/Tests] Part2 add ONNX tests for TF and PT recognition models #980
- SAR [ONNX/Tests] Part2 add ONNX tests for TF and PT recognition models #980
- MASTER [ONNX/Tests] Part2 add ONNX tests for TF and PT recognition models #980 ([FIX] MASTER AMP and onnxruntime issue with master PT #986)
NOTE: master is exportable but in fact of an onnxruntime internal issue (Could not find an implementation for Trilu node - ORT Model Optimizer microsoft/onnxruntime#10994) the loading fails