matthewearl / deep-anpr

Using neural networks to build an automatic number plate recognition system
MIT License
1.84k stars 698 forks source link

detect (any format) plate but not read it #13

Open usamaoDATA opened 8 years ago

usamaoDATA commented 8 years ago

i want to know if it's possible to modify this code enough to just work on detecting where the plate is drawing a bounding box around the region. and not just UK plates. any plate from any county. not try to read any text but just put a box around the region where it detects the plate

hungpt297 commented 7 years ago

@usamaoDATA: I'm also looking for solutions to this problem. Do you have any suggestion?

sourabh2k15 commented 7 years ago

were you guys able to find a solution ?

guddulrk commented 7 years ago

I am getting following error when giving image of number plate as input:

TypeError: argument to reversed() must be a sequence

Anybody has any idea?

sourabh2k15 commented 7 years ago

out argument to reversed in a list : reversed(list(argument)) , this solved the issue for me

On Mon, Apr 10, 2017 at 2:32 PM, guddulrk notifications@github.com wrote:

I am getting following error when giving image of number plate as input:

TypeError: argument to reversed() must be a sequence

Anybody has any idea?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/matthewearl/deep-anpr/issues/13#issuecomment-292890875, or mute the thread https://github.com/notifications/unsubscribe-auth/AH09QpfZJ5CoDoLDCN-q-uTap9yzMrsGks5rufApgaJpZM4Kdxfk .