PaddleOCR icon indicating copy to clipboard operation
PaddleOCR copied to clipboard

onnx support for ABInet

Open LLsmile opened this issue 2 years ago • 0 comments

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?

LLsmile avatar Oct 13 '22 09:10 LLsmile