-
Notifications
You must be signed in to change notification settings - Fork 26
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
how to use it for train the openalpr? #2
Comments
I'm using this utility to train Chinese plates, and got some *.yaml files, are there any tutorial documents? |
This Python script can be used to create the crop images for the detector training: https://github.com/openalpr/train-detector/blob/master/crop_plates.py |
I am using it on windows platform and trying to train ALPR for Indian plates. Got some yaml files in the same directory. Now when i run below command, i have an incorrect output. I am very new to this and am finding hard to get it done. C:\Users\epukhur\Desktop\openalpr_32>ALPR -c eu c:\temp\7.jpg |
If you are on windows, please go to the command prompt Start-- Run ----cmd
goto the python directory (if python directory is not set in PATH variable)
Execute command python -m pip install cv2
Sent: Friday, July 14, 2017 at 7:48 AM
From: chen6421 <[email protected]>
To: openalpr/plate_tagger <[email protected]>
Cc: KhuranaPuneet <[email protected]>, Comment <[email protected]>
Subject: Re: [openalpr/plate_tagger] how to use it for train the openalpr? (#2)
when I used https://github.com/openalpr/train-detector/blob/master/crop_plates.py to create the crop images for the detector training.
However one error occurred:
import cv, cv2
ImportError: No module named cv
Can someone enlighten me?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Got the same error. Any solution? |
Hai Linxzhang, Could you give detail how to use utility "Plate_Tagger" to got some *.yaml files? Many Thanx |
@wiemrachman Just tag the image, it will generate the .yaml file. For example, a sample yaml file:
|
Thanx @zhouhao27 Really?
wiem@t430:~/plate_tagger/build$ ./openalpr_tagger any suggestion? |
to resolve the bug (save button = false) I changed plateselector.cpp , at void PlateSelector::slotSave() just tricky to force save button "true" but after tag the image , i did not found yaml file please help me |
I built the openalpr_tagger in my Mac osx without modifying anything in source code. It works well and the yaml files are saved in the same folder as your original image files. |
I think no problem betwwen Max OSX or Ubuntu. I Suspect there are something wrong on plateselector.cpp |
@zhouhao27 |
I have installed this tagger on windows but the Save button does not appear to be active (i-e unable to save ) Is there any bug in the code? I installed using exe file. |
how to use it for train the openalpr?
The text was updated successfully, but these errors were encountered: