TensorFlow-ENet icon indicating copy to clipboard operation
TensorFlow-ENet copied to clipboard

Small typo in predict_segmentation.py

Open tonyzhao6 opened this issue 6 years ago • 0 comments

Hi there,

First of all, thank you for this contribution!

Just a small typo on line 112---it should be:

if i * 10 + j == 233:

or perhaps, better:

if i * 10 + j == len(images_list):

tonyzhao6 avatar Apr 11 '18 20:04 tonyzhao6