openalpr / train-detector

Input files and scripts necessary to train the license plate detector.
GNU Affero General Public License v3.0
125 stars 166 forks source link

WIDTH and HEIGHT in mm or px? #10

Closed samani closed 8 years ago

samani commented 9 years ago

hi I have a question.

WIDTH and HEIGHT is mm or px ?

for example :

WIDTH=52

HEIGHT=13

COUNTRY='eu'

but Real HEIGHT size is 11 mm.

matthill commented 8 years ago

Sorry I didn't see this question until now. Those values are in pixels. It should roughly match the aspect ratio that all the plates have been cropped.

samani commented 8 years ago

thank you.