labelImg icon indicating copy to clipboard operation
labelImg copied to clipboard

Clicking "Next Image" causes program to quit unexpectedly

Open hliang opened this issue 3 years ago • 2 comments

  • OS: macOS Catalina 10.15
  • PyQt version: 5.15

After labelImg is started, clicking "Next Image" button will cause the program to quit unexpectedly.

Traceback (most recent call last):
  File "/path/to/labelImg/labelImg.py", line 1368, in open_next_image
    filename = self.m_img_list[0]
IndexError: list index out of range
python-BaseException

hliang avatar Nov 20 '21 02:11 hliang

I believe this issue can be closed now @tzutalin?

pletnes avatar Feb 10 '22 15:02 pletnes

The path that you put your data, labels and labelImg in must only contain english letters. NO space or any special char or even your own language alphabet. It was the reason that caused the same problem for ne.

totheinf avatar Aug 31 '22 09:08 totheinf