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
4 training images in /home/temp/ICDAR2013+2015_4/train_data
Epoch 1/2
Traceback (most recent call last):
File "/home/data_processor.py", line 731, in generator
axs[2, 1].imshow(training_mask[::, ::])
NameError: name 'training_mask' is not defined
There's an unresolved reference to training_mask https://github.com/kurapan/EAST/blob/2de0cfb98898c3a8c83b1f38835a15ea8d264d43/data_processor.py#L731
The text was updated successfully, but these errors were encountered: