Hi there,
Do the OpenMV libraries as built by Edge Impulse offer support for bounding boxes (I’m using the Arduino Portenta H7)?
I noticed that for every frame I receive Predictions at [x=0,y=0,w=240,h=240]
, even if an image is detected with high confidence, which just leads to a box surrounding the entire frame.
Thanks in advance!