Open usamaoDATA opened 8 years ago
@usamaoDATA: I'm also looking for solutions to this problem. Do you have any suggestion?
were you guys able to find a solution ?
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?
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 .
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