Since the training requires the images to cropped to exactly the size of license plates, How would you suggest me to go about it. The readme mentions about some image clipper program, but I'm not sure what it is referring to.
I would guess that 200 samples or so is still insufficient. 1000 is probably a minimal number for decent accuracy.
/home/ajay/workspace/alpr/opencv/bin/opencv_traincascade -data /home/ajay/workspace/alpr/dev-openalpr/train-detector/out// -vec /home/ajay/workspace/alpr/dev-openalpr/train-detector/positive/vecfile.vec -bg /home/ajay/workspace/alpr/dev-openalpr/train-detector/negative/negative.txt -w 52 -h 13 -numPos 1063 -numNeg 3248 -featureType LBP -numStages 13
I am trying to build openlapr for Indian plate but most of time it skipping plates and one its detecting are not giving right outputyou can find my repo at www.github.com/ishwarsawale
--
You received this message because you are subscribed to a topic in the Google Groups "OpenALPR" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openalpr/M5ehTr8yG-0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openalpr+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Vladimir,
We too have been working on Indian number plates as an open source research project for last 8 months and success rate has been around 80%. To meat industry standards, at least 90 % is desired.
Good news is that Indian govt is pressing upon smart licence plates which have standard size and fonts.
I would appreciate if you can share Indian number plate images so that we can train a new model for better accuracy.
Regards,
Binayak Ghosh
--
To unsubscribe from this group and all its topics, send an email to openalpr+unsubscribe@googlegroups.com.
I am using 1200 image, I manually cropped them using imageclipper with aspect ratio of 4.5 but not getting result that wanted, thanks for suggestion gonna run that benchmark.
On Wednesday, March 9, 2016 at 7:36:26 AM UTC+5:30, Matt wrote:How many plates did you use to train the detector? You can use the "endtoend" benchmark utility to give you a good estimate for how accurate (true/false positive rate) your detector and OCR is. As you add more clean data to your training set, those numbers should improve.
On Monday, March 7, 2016 at 2:15:19 AM UTC-5, Ishwar Sawale wrote:I am trying to build openlapr for Indian plate but most of time it skipping plates and one its detecting are not giving right outputyou can find my repo at www.github.com/ishwarsawale
To unsubscribe from this group and all its topics, send an email to openalpr+u...@googlegroups.com.
You can make your self if u have time
I can give you image bat i dont have time to work on in. What state you what to train ?
First off, @Matt - Wonderful Initiative.I've added a few samples (attached) I used. This is what I observed :
- The us & eu training doesn't seem to suffice for these.
- For all of the images the characters seem to get trimmed.
- Characters are omitted. Perhaps due to improper pattern settings.
- 3.jpg is identified as two different number plates. Perhaps due to improper dimension settings.
- 6.jpg should be bit of a long shot , if identified. Image is perhaps too skewed for alpr?
Hit some doubts here, while trying to resolve them. To be clear, I'll just jot them down as points, as well :
- Changes to the pattern files, in the runtime_directory -> postprocess -> country.patterns seem to make no difference. How do I set the pattern formats then?
- Changes in dimensions of runtime_directory -> region -> country.xml makes no difference. Seems I'd have to make the changes in the python script & do a separate training?
- How long does it take for a training of about 1000+ pos images & the 3000+ neg ones provided, to run with say, 12 stages?
I used 1 positive image for a test & waited like 15 minutes on stage 2 until I cancelled it. Thought I'd run once with 1000+ itself if it takes so long.
--
You received this message because you are subscribed to a topic in the Google Groups "OpenALPR" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openalpr/M5ehTr8yG-0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openalpr+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
from cv2.cv import *
import cv2