ZJULearning / pixel_link

Implementation of our paper 'PixelLink: Detecting Scene Text via Instance Segmentation' in AAAI2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing on any image (Question)

dragonsan17 opened this issue · comments

Where is the image result stored after running the test_pixel_link_on_any_image.py stored? I found a temp directory with images being tested inside '~temp/no-use/...'.
Is that the right one? If it is, then I have tested an image with the 2s trained model and the 4s trained model. Even by using thresholds as 0, the resultant image is not showing any boxes.

Solved. Go to https://github.com/baby313/pixel_link and replace your pixel_link_decode.pyx by pixel_link_decode.py from the above link. It will work just fine