Simone Bernabè
Simone Bernabè
> @LokeZhou @jzhang533 isn't this an obvious bug? I have to correct this each time i use a new version of PaddleDetection? I agree
> [@simoberny](https://github.com/simoberny) The PedestrianDetection example in esp-dl should work. Update esp-dl to 3.1.0 and try. If the PedestrianDetection example works, export your own model with latest esp-ppq, and replace the...
I add some information I found out. The problems seems to happen in the first concat element of the network (Concat.0), where converge a **Resize** and a **Relu.6** activation. ...
@100312dog Yeah my bad, Windows was the problem, I was using a conda environment. I switched to a Linux machine, and now the exported model loads correctly. Now it is...
I understand that the ESP-DL post-processing code is designed for a specific network configuration. I tried replacing score0, bbox0 with the actual output tensors from my PicoDet XS model, which...