keras-yolo3
keras-yolo3 copied to clipboard
File "/home/liyuewen/PycharmProjects/keras-yolo3-master/yolo3/utils.py", line 39, in get_random_data image = Image.open(line[0]) IndexError: list index out of range
That looks like an error in your annotations file. There must be an empty line.
That looks like an error in your annotations file. There must be an empty line.
Yes, just like you said. I have solved this problem.
That looks like an error in your annotations file. There must be an empty line.
can you elaborate. I'm going with the same error with you. Thank you.