I would like to see if the problem could be coming from the path of the data. Could you try this:
il = ImageList.from_csv(root_dir, 'images_metadata.csv', folder='data')
Then post the output of those 2 lines of code:
il.items[0]
il[0].show()
I would like to see if the problem could be coming from the path of the data. Could you try this:
il = ImageList.from_csv(root_dir, 'images_metadata.csv', folder='data')
Then post the output of those 2 lines of code:
il.items[0]
il[0].show()