TensorFlow-ENet
TensorFlow-ENet copied to clipboard
Small typo in predict_segmentation.py
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):