matthewearl / deep-anpr

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

Changing OUTPUT_SHAPE to (80, 320) #83

Open thug1705 opened 6 years ago

thug1705 commented 6 years ago

Hi,

I would like to change output shape of window to be (80,320), but when I ran the gen.py it stuck and it doesn't generate images. If I set it to be (128, 256) it works perfect. What is the reason why can't generate 80, 320 ?

Thanks.

thug1705 commented 6 years ago

Yeah I found out that shape of bgs images is 256,256 and because of that it couldn't create any image.