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: tiny-yolov3 (delete an not supported op) some error on TDA4VM

Part Number: TDA4VM


hi,

TI does not support one operator in Tiny-Yolov3: MaxPooling2D( pool_size=(2,2), stride=(1,1)) , so I delete this op and train the detection model.

the trained model on PC is good, but convert onnx model  to TI net bin file, the perfsim result is like this : 

How can I fix this issue?