Open EwaldvanGeffen opened 7 months ago
try the current rolling, the zoom is better/expanded there. https://github.com/jomjol/AI-on-the-edge-device/actions/runs/8811491971
Having the ROI partially outside of the image is a know reason for corrupted images. We should try to catch this.
I change it to an enhancement.
The Problem
In my case when my digit ROI delta Y exceeded beyond the bottom of the demo picture (so the bottom red horizontal box isn't visible because its outside the image). The image in image recognition for this digit got corrupted. I had other smaller sized digit ROI that would still function and not have visual corruption.
I think you need to limit digitroi.x+ digitroi.deltaX <= image.x and similar for y so it cannot go out of bounds.
Version
15.7
Logfile
Expected Behavior
no image corrutption
Screenshots
No response
Additional Context
15.7 has nice image processing features in terms of autoexposure, b/w and for me zoom. It is bad in converting configs from older versions, because model files dissappear? settings change and the wizard needs to be completed before it'll ever take a picture. But once you do each step individually and check the config file and reboot it works out. Not perfect, I think you need unit tests or something.