|
出现错误代码
Traceback (most recent call last):
File "D:\10\Python310\lib\tkinter\__init__.py", line 1921, in __call__
return self.func(*args)
File "D:\10\rope\GUIElements.py", line 401, in <lambda>
self.button.configure(command=lambda: self.function())
File "D:\10\rope\GUI.py", line 911, in select_faces_path
self.load_source_faces()
File "D:\10\rope\GUI.py", line 969, in load_source_faces
kpss = self.models.run_detect(img, max_num=1)[0] # Just one face here
IndexError: index 0 is out of bounds for axis 0 with size 0
|
|