ZJULearning / pixel_link

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

Testing on any image (Question) #166

Closed dragonsan17 closed 4 years ago

dragonsan17 commented 4 years ago

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.

dragonsan17 commented 4 years ago

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