ZJULearning / pixel_link

Implementation of our paper 'PixelLink: Detecting Scene Text via Instance Segmentation' in AAAI2018
MIT License
767 stars 254 forks source link

Two lines text #151

Open nyanmn opened 4 years ago

nyanmn commented 4 years ago

If text lines are close, it is taken as one line and only one bounding box is produced. How can I make to produce two line no matter how they are close? Do I need to retrain using pretrained model? Is it better to train from scratch?