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.34k forks source link

Multiprocessing on main function inside demo.py #464

Open Vishwajit-github opened 4 years ago

Vishwajit-github commented 4 years ago

I am facing one issue while multiprocessing different images. It get stuck at saver.restore command line and it keep running and never stops. This happens when I multiprocess this function. Can yo please suggest changes to be made to run multiple sessions in parallel?