Tensorflow Lite support X-CUBE-AI 4.0.0
Hello,
I have noticed that the latest version of X-CUBE-AI (4.0.0) has support for Tensorflow Lite. Therefore I tried to analyze a SSD Mobilenet v1 network that I found on this blog post:
When analyzing the .tflite model, I have an error: "TOOL ERROR: Unkown layer type CUSTOM, stopping". I suspect that this comes from the post-processing operations that implement the non-maximum suppression.
Where can I see the list of supported TFLite operations? Also the list of supported Keras layers were removed from the Getting Started with X-CUBE-AI .pdf.
I couldn't find those lists elsewhere. I would really appreciate some help! Thank you and kind regards
