deep-anpr icon indicating copy to clipboard operation
deep-anpr copied to clipboard

Train.py error

Open susancurry opened this issue 7 years ago • 0 comments

Sorry, I would like to ask if I downloaded my own license plate database, the implementation of train.py file will appear the following mistakes, because my path is not set up? Or the size of the picture is not set, trouble you master to help me Look at this problem!

Traceback (most recent call last): File "train.py", line 266, in initial_weights=initial_weights) File "train.py", line 232, 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: not enough values to unpack (expected 2, got 0)

susancurry avatar Jul 24 '17 12:07 susancurry