This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VH-Q1: Batch processing in TDA4VH

Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: TDA4VH

Hello,

Currently we are operating on TDA4VH processor and using sdk: 09_00_00_02 in QNX mode.

This query is regarding Batch processing of Object detection model in multi-core mode. Our customized mode inputs single image at a time, we wanted to enhance the speed of operations by enabling multi-core parallel processing feature. I tried generating the artifacts using NumCores =2, inferenceMode=1. But I am confused on how can I implement this parallel processing as part of a single OpenVX graph. Are there any example/sample codes which I can look at that could help me build the application discussed above. The goal is to run the OD app in multiple cores parallelly on different images while still the network inputs only single frame per core. 

Thank you.