YOLOX
YOLOX copied to clipboard
IndexError: list index out of range
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]
The issue may be caused by the /
in the split method.