Issue with deploying object detection project on STM32N6-DK
Hello,
I am trying to test a deployed application for object detection.
I have tested out of the box object detection application code.
I can successfully build the project and I can run the code on my board.
Unfortunately it doesn't detect any objects. It is supposed to detect person but it never detected.
I have tried to use different pre-trained models and built and run them successfully but none of them work.
The screen shows the live camera image, shows inference value and detected object number is always zero.
Is there anything that I miss?
By the way, the factory demo AI application works perfectly, it successfully detects people. So the hardware is OK.
