2021-09-29 09:39 PM
2021-10-13 12:17 AM
Hi @RJG.1 ,
From Qeexo ML page, you can see that the output of the project is an "object .o" file, and not the source code of the application project.
My suggestion is, since Qeexo is a third-part developer, to directly ask this question to their support staff in their Contact us page.
I believe that the source code is covered by some pending patents, but let me please know if you get a positive feedback.
-Eleon
2021-10-13 12:17 AM
Hi @RJG.1 ,
From Qeexo ML page, you can see that the output of the project is an "object .o" file, and not the source code of the application project.
My suggestion is, since Qeexo is a third-part developer, to directly ask this question to their support staff in their Contact us page.
I believe that the source code is covered by some pending patents, but let me please know if you get a positive feedback.
-Eleon
2021-10-13 12:29 AM
we created a our own tflite model for using asc but it not responding we copy and paste the four file of <network name>.c , <network.name>.h, <network.name> data.c , <network.name> data.h and also configure it but it not responding in your app.
what to do for it
2021-10-13 12:45 AM
Hi @RJG.1 ,
you might then start from a sample project/code, for example the FP-AI-SENSING1 function pack, that supports also projects running on the Sensortile.box.
You can find some examples in \Projects\STM32L4R9ZI-SensorTile.box\Applications\SENSING1 folder.
In particular, middleware libraries generated thanks to STM32CubeMx extension called X-CUBE-AI featuring example implementation of neural networks for real-time:
You need these files:
-Eleon