sergiomsilva / alpr-unconstrained

License Plate Detection and Recognition in Unconstrained Scenarios
Other
1.71k stars 607 forks source link

The license-plate-ocr.py don't work #9

Closed 245003478 closed 5 years ago

245003478 commented 5 years ago

when i am running the test, vehicle-detection.py and licendr-plate-detection.py is ok but license-plate-ocr.py can't recognize character (python3 and opencv3.4) I got this: mask_scale: Using default '1.000000' Loading weights from data/ocr/ocr-net.weights...Done! Performing OCR... Scanning ./tmp/output/03058_1car_lp.png No characters found Scanning ./tmp/output/03071_0car_lp.png No characters found Scanning ./tmp/output/03057_0car_lp.png No characters found Scanning ./tmp/output/03009_0car_lp.png No characters found Scanning ./tmp/output/03016_0car_lp.png No characters found Scanning ./tmp/output/03066_1car_lp.png No characters found Scanning ./tmp/output/03033_0car_lp.png No characters found Scanning ./tmp/output/03025_0car_lp.png No characters found

zoidburg commented 5 years ago

4

check this one, got the same situation and it works for me

245003478 commented 5 years ago

@zoidburg Thanks a lot, it worked!

sergiomsilva commented 5 years ago

Just updated the network descriptor with the correction mentioned in #4 . Thanks.