Tool/software:
Hello Team,
I have a video pipeline application which makes use of tensorflow model and the algorithm has dependencies on OpenCV. Can you please guide in porting this application into TDA4VM?
Best Regards
Chethan
Tool/software:
Hello Team,
I have a video pipeline application which makes use of tensorflow model and the algorithm has dependencies on OpenCV. Can you please guide in porting this application into TDA4VM?
Best Regards
Chethan
Hello;
Thanks for the question.
For video pipeline application development, please refer to this link.
You can build the demo examples that come with SDK first. Depend on your application, you can modify the examples accordingly.
For Tensorflow; please refer to this link:
https://github.com/TexasInstruments/edgeai-tidl-tools
You can git-clone the TIDL edgeAI tool.
We recommend to use ONNX format, then import your ONNX format model to TIDL flow.
If you already have a TI EVM, your can verify the model inference on the EVM in real time, and test the vision apps in real time as well, including camera/image-sensor and display in your pipeline.
Best regards
Wen Li