CTPN
CTPN copied to clipboard
The error when I run python /tools/demo.py --no-gpu.
ImportError: No module named layers.text_proposal_layer
Traceback (most recent call last):
File "/home/jsj/pycharm-2017.1.4/helpers/pydev/pydevd.py", line 1591, in
Process finished with exit code 1
@tianzhi0549 I got the above error ,I need your help ,thanks in advance!
@yingning I don't know why you have this error. But please try to run export PYTHONPATH=src/:$PYTHONPATH
before python tools/demo.py
in the same working directory. Thank you.
Thank you very much ,your advice solved my problem! @tianzhi0549
I am also getting the same error. what is this PYTHONPATH variable? I tried appending src/
to PYTHONPATH
variable as well as my PATH
variable. But no success. Please help asap. Thanks in advance.