armaab / hyperlpr-train

Script to train Hyperlpr(https://github.com/zeusees/HyperLPR)
Apache License 2.0
126 stars 79 forks source link

why NUM_CHARS+1 #7

Closed 1474123989 closed 6 years ago

1474123989 commented 6 years ago

The last conv layer in build_model function has NUM_CHARS+1 filters. Why not NUM_CHARS ? What is the 1 for? Thx.

armaab commented 6 years ago

One for empty character.