TensorFlow2.0-Examples icon indicating copy to clipboard operation
TensorFlow2.0-Examples copied to clipboard

make_data.py 报list index out of range

Open ShirleyHe2020 opened this issue 4 years ago • 0 comments

with my own images , I got error as below when I tried run make_data.py

Traceback (most recent call last): File "make_data.py", line 111, in data[0] = make_image(data, image_paths[idx], ratio) IndexError: list index out of range

ShirleyHe2020 avatar Jun 22 '20 14:06 ShirleyHe2020