You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Khi chọn một nút và ấn phím tắt nhãn ko tồn tại thì tool sập luôn.
Vd chỉ có 3 nhãn mà ấn 4 thì sập.
Traceback (most recent call last):
File "/home/phung/.local/lib/python3.9/site-packages/label_tool/app.py", line 123, in gui
state.handle()
File "/home/phung/.local/lib/python3.9/site-packages/label_tool/states.py", line 122, in handle
self.dataset.set_text_class(node.id, class_idx)
File "/home/phung/.local/lib/python3.9/site-packages/label_tool/data.py", line 20, in wrapper
f(self, *a, **k)
File "/home/phung/.local/lib/python3.9/site-packages/label_tool/data.py", line 110, in set_text_class
assert class_idx < len(self.classes)
AssertionError
The text was updated successfully, but these errors were encountered:
Khi chọn một nút và ấn phím tắt nhãn ko tồn tại thì tool sập luôn.
Vd chỉ có 3 nhãn mà ấn 4 thì sập.
The text was updated successfully, but these errors were encountered: