matthewearl / deep-anpr

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

Error in train.py #43

Closed obiii closed 7 years ago

obiii commented 7 years ago

There is an error in train.py script

Error is: File "train.py", line 66, in read_data code = fname.split("/")[1][9:16] IndexError: list index out of range

obiii commented 7 years ago

Just replace "/" with "\" if you are running it on windows