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
WARNING:root:Traceback (most recent call last):
File "TableRec/wired_table_rec.py", line 55, in __call__
table_res, logi_points = self.table_recover(polygons)
File "/lib/python3.10/site-packages/wired_table_rec/table_recover.py", line 18, in __call__
rows = self.get_rows(polygons, rows_thresh)
File "/lib/python3.10/site-packages/wired_table_rec/table_recover.py", line 40, in get_rows
y_axis = polygons[:, 0, 1]
TypeError: tuple indices must be integers or slices, not tuple
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
wired_table_rec 1.1.8报错如下:
降级到wired_table_rec 1.1.5则没问题
找到原因了,是我自己继承的wired_table_rec中的类更新了
Beta Was this translation helpful? Give feedback.
All reactions