ZJULearning / pixel_link

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

fix color format error when test on any images #152

Open xwk opened 4 years ago

xwk commented 4 years ago

The model assumes rgb format, but the imread() call in test_pixel_link_on_any_image.py use the default bgr instead.