Other Parts Discussed in Thread: TDA4VM
-
As we know, TI has implemented two sets of SDKs: Edge AI SDK (Runtime API) and Processor SDK demo (vision_apps).
-
We are using the Processor SDK in our project.
-
Recently, we encountered some issues: our code does not run on the 9.1 SDK (while it works well on 8.6).
-
We have made some effort to resolve the problem:
-
Running our model using the Edge AI SDK (Runtime API) demo, and the results were correct.
-
Running our model using the Processor SDK demo (vision_apps), but the results were incorrect. By the way, we need modify some makefile script in order to pass compiling.
-
-
Could you please tell us what's the differences between the Processor SDK versions 8.6 and 9.1.
-
We need some assistance in getting our model to work on version 9.1 with Processor SDK.