dengdan / seglink

An Implementation of the seglink alogrithm in paper Detecting Oriented Text in Natural Images by Linking Segments
GNU General Public License v3.0
495 stars 178 forks source link

error when running test_seglink.py #15

Closed InesBeltaief closed 7 years ago

InesBeltaief commented 7 years ago

I have successfully convert SynthText and ICDAR2015 datasets to tfrecords but when I try to test_seglink.py I got the following error ! AttributeError: 'NoneType' object has no attribute 'startswith'

dengdan commented 7 years ago

Please provide your command and error msg in detail.

shaohailin commented 5 years ago

i execute test_seglink.py ,i got this error too.
AttributeError: 'NoneType' object has no attribute 'startswith' because i set 'checkpoint_path', None on pycharm when i make it 'checkpoint_path', util.io.get_absolute_path('~/code/seglink-master-pixelLinkimplemented/seglink-master/models/512/model.ckpt-217867') it runs maybe help you