lvpengyuan / corner

Multi-Oriented Scene Text Detection via Corner Localization and Region Segmentation
316 stars 85 forks source link

error : from utils import getboxes, generate_gt #3

Open jhj7905 opened 5 years ago

jhj7905 commented 5 years ago

@lvpengyuan Hello, when i ran train.py there was error like below cannot import name 'getboxes' There were not any files(getboxes.py, generate_gt) in utils folder Would you upload both of them? Thank you in advance

jhj7905 commented 5 years ago

there were in corner/data/utils.py

litchi99 commented 5 years ago

When you use python2.7, you can solved this problem.