Problem description:
Paddle2ONNX creates ReduceMin ops (which currently aren't supported by the destination platform) .
This even though only Min is used by the Paddle model as verified in Netron.
(Avoided ReduceMin by running PaddleDetection PIR mode).
* Note that I had to patch PaddleDetection for it to stick to Relu6 for ESP-DL compatibility reasons.
More information:
-
Inference engine for deployment:
ESP-DL
-
Why it needs to be converted to ONNX format:
See above.
-
Paddle2ONNX version:
paddle2onnx-1.3.1 with python>=3.8, paddlepaddle>=2.0.0