matthewearl / deep-anpr

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

Second branch #41

Open ghost opened 7 years ago

ghost commented 7 years ago

Does anyone have this problem about the second branch in the train.py?

Traceback (most recent call last): File "./train.py", line 253, in initial_weights=initial_weights) File "./train.py", line 219, in train test_xs, test_ys = unzip(list(read_data("test/.png"))[:50]) File "./train.py", line 72, in unzip xs, ys = zip(b) ValueError: need more than 0 values to unpack

Thank's

boyob commented 6 years ago

read_data failed to get .png images and return null. Therefore b=null and zip(b) get zero argument.