Other Parts Discussed in Thread: TDA4VH
Tool/software:
Hi,
I’m currently working on deploying a semantic segmentation model on the TDA4VH board.
At the moment:
The main model graph is executed on the C7 DSP,
But the post-processing stage (e.g., class remapping, smoothing, overlay) is running on the MPU (A72).
For performance reasons, I would like to move the post-processing part to C7 as well.
Could you please advise:
How can I configure or modify the graph to execute the post-processing kernels on the C7 DSP?
Are there specific steps needed for kernel registration, target assignment, or graph setup?
I’m using SDK version vh0902 and building the graph using OpenVX APIs.
Any guidance would be greatly appreciated!
Best regards,
Minho