ssd_keras
ssd_keras copied to clipboard
list indices must be integers or slices, not tuple
for i, img in enumerate(images): # 產生有框的 output files create_overlay(img, results[i], voc_classes, output_directory+"/{}.png".format(basename(os.path.splitext(imagesList[i])[0])))
TypeError Traceback (most recent call last)
32
33
TypeError: list indices must be integers or slices, not tuple How to correct this?thank you
Same error