Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range #1764

Open
devenliu opened this issue Mar 22, 2024 · 0 comments
Open

IndexError: list index out of range #1764

devenliu opened this issue Mar 22, 2024 · 0 comments

Comments

@devenliu
Copy link

devenliu commented Mar 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant