YOLOX icon indicating copy to clipboard operation
YOLOX copied to clipboard

IndexError: list index out of range

Open devenliu opened this issue 11 months ago • 0 comments

I encountered the following problem on Windows:

IndexError: list index out of range

The code that may have problems is as follows:

# yolox/data/datasets/voc.py
(self._imgpath % self.ids[i]).split(self.root + "/")[1]

line 138

The issue may be caused by the / in the split method.

devenliu avatar Mar 22 '24 07:03 devenliu