ZJULearning / pixel_link

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

util #165

Open ustczhouyu opened 4 years ago

ustczhouyu commented 4 years ago

ImportError: No module named util

dragonsan17 commented 4 years ago

Add ....\pylib\src to PYTHONPATH

longnanxi commented 4 years ago

hello , I add export PYTHONPATH=${pixel_link_root}/pylib/src:$PYTHONPATH , but it doesn't work,do you know why?

dragonsan17 commented 4 years ago

I'm sorry I don't know why that is happening. I can help you incase you are using spyder ide (from anaconda). If that is what you are using, then go to tools->PYTHONPATH manager and add the path over there