PaddleOCR
PaddleOCR copied to clipboard
onnx support for ABInet
ABInet has achieved the best performance in the list. So I want to deploy it as onnx. But it seems there are some special operators which paddle2onnx not support, including bitwise_and,diag_v2. How can I export it as onnx now? Or when will those operators be supported?