RuntimeWarning: 'tf2onnx.convert' found in sys.modules after import of package 'tf2onnx', but prior to execution of 'tf2onnx.convert'; this may result in unpredictable behaviour
warn(RuntimeWarning(msg))
INFO - Using tensorflow=2.9.1, onnx=1.10.2, tf2onnx=1.12.0/4debef
INFO - Using opset <onnx, 16>
WARNING - Currently installed onnx package 1.10.2 is too low to support opset 16, please upgrade onnx package to avoid potential conversion issue.
WARNING - Error loading model into tflite interpreter: Encountered unresolved custom op: Landmarks2TransformMatrix.
See instructions: https://www.tensorflow.org/lite/guide/ops_customNode number 192 (Landmarks2TransformMatrix) failed to prepare.
ERROR - Unsupported ops: Counter({'TFL_TransformLandmarks': 5, 'TFL_Landmarks2TransformMatrix': 3, 'TFL_TransformTensorBilinear': 3})
Hi author, I encountered some unsupported when converting face_landmark_with_attention.tflite to onnx:
The error is as follows:
Any suggestions? Thanks.