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
thanks for your sharing, however, while i download total-text files from url: https://docs.google.com/uc?export=download&id=1bC68CzsSVTusZVvOkk7imSZSbgD1MqK2
and unzip it. and run train_textsnake.py, the errors occur:
FileNotFoundError: [Errno 2] No such file or directory: 'data/total-text/gt/Train/poly_gt_img697.mat'
The text was updated successfully, but these errors were encountered:
@smartcatdog I had made total text data available at my google drive so you can directly download by running this file.
With some unknown error, you can also manually download from train_data and gt.
@blueclowd I had ignore polygons with too few vertices (<4) with this line, this should not cause errors. You can try to run with debug mode and see what cause the error.
thanks for your sharing, however, while i download total-text files from url:
https://docs.google.com/uc?export=download&id=1bC68CzsSVTusZVvOkk7imSZSbgD1MqK2
and unzip it. and run train_textsnake.py, the errors occur:
FileNotFoundError: [Errno 2] No such file or directory: 'data/total-text/gt/Train/poly_gt_img697.mat'
The text was updated successfully, but these errors were encountered: