-
Notifications
You must be signed in to change notification settings - Fork 164
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
Dimensions of width and height for India #24
Comments
It does not matter as long as you keep the aspect ratio (line 64) |
File "crop_plates.py", line 34 what to do if this happens? |
Hi. I suspect you are using Python 3. Have you tried with Python 2? |
@debihiga Thanks, It's okay now, I have run the Some of the cropped images doesn't have the exact fit of a plate, is that okay? |
@debihiga The exact size of our plate number is 390x140 should I use this? |
I'm having a problem with this, I randomly guess the value of ` segmentation_min_speckle_height_percent = 0.3 plate_width_mm = 390 char_height_mm = 70 template_max_width_px = 163 ; Higher sensitivity means less lines ; Regions smaller than this will be disqualified ; Results with fewer or more characters will be discarded ocr_language = lph ; Override for postprocess letters/numbers regex. ; Whether the plate is always dark letters on light background, light letters on dark background, or both |
@debihiga in I'm not sure on what dimensions that the in our full plate we have 390x140 in mm in template, I'm having a trouble what should be my basis to make a measurement with this. |
In the prep.py file for training for country, the dimensions of width and height are in which units, while using this command
python crop_plates.py --input_dir= --out_dir= --plate_width=190 --plate_height=46(mentioned in mm)
The text was updated successfully, but these errors were encountered: