eragonruan / text-detection-ctpn

text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
MIT License
3.43k stars 1.33k forks source link

No module named fast_rcnn.config #242

Open fanfusuzi opened 5 years ago

fanfusuzi commented 5 years ago

When I try to run this model ,there is a error named "no module named fast_rcnn.config:.what should I do next?

Azharo commented 5 years ago

I am getting same error. At first I thought it was an issue with my PATH, but I've included the path of the lib but still keep getting this error

fanfusuzi commented 5 years ago

I am getting same error. At first I thought it was an issue with my PATH, but I've included the path of the lib but still keep getting this error

pip install tensorflow-gpu==1.3.0, and hope you can follow me.