-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add split - grid_size #206
Conversation
adding a grid to divide images
Risk Level 2 - /home/runner/work/deep-license-plate-recognition/deep-license-plate-recognition/plate_recognition.py The changes introduce a few potential issues that should be addressed:
🔒🐛🚫 Powered by Code Review GPT |
@ttayson |
@danleyb2 @marcbelmont , I ran tests and everything worked as expected. The minimum accepted configuration is split-x=1 and split-y=1. For a 3x3 grid, we have (3 + 1) * (3 + 1) = 16 images. Just as a suggestion, a small change from "or" to "and" might be considered, as both parameters are mandatory. |
Adding a grid to divide images
The feature maintains the previous pattern, dividing the image in two, and enables further division into more possibilities.