janzd / EAST

Implementation of EAST scene text detector in Keras
GNU General Public License v3.0
213 stars 74 forks source link

data_processor unresolved reference #30

Open npbenjohnson opened 5 years ago

npbenjohnson commented 5 years ago

There's an unresolved reference to training_mask https://github.com/kurapan/EAST/blob/2de0cfb98898c3a8c83b1f38835a15ea8d264d43/data_processor.py#L731

jhaggle commented 4 years ago

I have this problem as well:

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