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
tensorflow_PSENet-master/utils/data_provider/data_provider.py", line 87, in load_annoataion
return np.array(text_polys, dtype=np.float32), np.array(text_tags, dtype=np.bool)
ValueError: setting an array element with a sequence.
由于多线程,导致点个数不一样,如何解决。多谢。
The text was updated successfully, but these errors were encountered:
tensorflow_PSENet-master/utils/data_provider/data_provider.py", line 87, in load_annoataion
return np.array(text_polys, dtype=np.float32), np.array(text_tags, dtype=np.bool)
ValueError: setting an array element with a sequence.
由于多线程,导致点个数不一样,如何解决。多谢。
The text was updated successfully, but these errors were encountered: