matthewearl / deep-anpr

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

added explanation for 128x64 slide window #118

Open daihaojun opened 5 years ago

daihaojun commented 5 years ago

added my thought about the 128x64 slide window of detect model , one more question: the strides is 4x8, not 8x8 right?