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?