waleedka / traffic-signs-tensorflow

Traffic Signs Detection and Recognition with Tensorflow
291 stars 141 forks source link

I have a problem #4

Closed songjiang951130 closed 6 years ago

songjiang951130 commented 6 years ago

sample_indexes = random.sample(range(len(images32)), 10) sample_images = [images32[i] for i in sample_indexes] sample_labels = [labels[i] for i in sample_indexes]

File "uzip.py", line 65, in sample_indexes = random.sample(range(len(images32)), 10) NameError: name 'images32' is not defined

what is images32?

songjiang951130 commented 6 years ago

我还是说中国话吧,可以看看一下简书上有个翻译 http://www.jianshu.com/p/d8feaddc7bdf ,很仔细的,感谢作者大大,Thank you very much!!!