-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TFLite Support for RVC2 #23
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are models exported with OpenVino>=2024.2.0 runnable on DepthAI since there the default version is lower (2022.1 based on online blobconverter)
Otherwise LGTM
I tested the exported models with |
IMO this is highly dangerous. We'd rather test this on the whole ZOO as the MYRIAD was deprecated after 2022.3 |
Possibly the right path instead would be TFLITE -> ONNX -> IR? I am mainly worried about "compile_tool" failing if IR includes any new opsets for specific operations. I'd imagine at least some were introduced and some updated? These are the models we should be testing. |
Another option might be to use the old versions when converting from ONNX and only switch to newer version of |
Added support for conversion from
tflite
files for RVC2 platform.