deep-anpr icon indicating copy to clipboard operation
deep-anpr copied to clipboard

detect (any format) plate but not read it

Open usamaoDATA opened this issue 9 years ago • 4 comments

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

usamaoDATA avatar Oct 22 '16 05:10 usamaoDATA

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

hungpt297 avatar Dec 09 '16 04:12 hungpt297

were you guys able to find a solution ?

sourabh2k15 avatar Apr 01 '17 13:04 sourabh2k15

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?

guddulrk avatar Apr 10 '17 09:04 guddulrk

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 [email protected] 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 .

sourabh2k15 avatar Apr 10 '17 09:04 sourabh2k15