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

In order to run this code using python3 make the following changes :- #100

Open arsalan993 opened 6 years ago

arsalan993 commented 6 years ago

install cython3. tensorflow for python3 and other required libraries after that make these changes in make.sh file ...

cython3 bbox.pyx cython3 cython_nms.pyx cython3 gpu_nms.pyx python3 setup.py build_ext --inplace mv utils/* ./ rm -rf build rm -rf utils

maichm commented 5 years ago

thks

maichm commented 5 years ago

thks