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.

TDA4VM: maxpool kernel and difference between TI-RT and OSRT

Part Number: TDA4VM

Dear Champs,

When my customer tried to compile their AI model to use TI-RT, they faced below errors for maxpool kernel.

ERROR: TIDL_PoolingLayer 'MaxPool_110': kernel size 5x5 with stride 1x1 not supported

ERROR: TIDL_PoolingLayer 'MaxPool_111': kernel size 9x9 with stride 1x1 not supported

ERROR: TIDL_PoolingLayer 'MaxPool_112': kernel size 13x13 with stride 1x1 not supported

As I know, these maxpool kernels are supported on YoloV5 of OSRT. right?

Could you please let me know if there is any way to use these maxpool kernels on TI-RT?

And also, Could you please explain the difference between TI-RT and TDA4 optimized OSRT(ONNX, TVM, TF) in performance?

Can you explain how much performance improved in OSRT on TDA4?

Thanks and Best Regards,

SI.