leaf icon indicating copy to clipboard operation
leaf copied to clipboard

split data raise error

Open HiccupRL opened this issue 2 years ago • 1 comments

Traceback (most recent call last): File "/home/hiccup/Desktop/leaf-master/data/utils/split_data.py", line 126, in file_dir = os.path.join(subdir, files[0]) IndexError: list index out of range

HiccupRL avatar Feb 17 '23 01:02 HiccupRL

I fixed it with pip3 install "Pillow<10.0.0".

RinghioW avatar Jan 17 '24 10:01 RinghioW