text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
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
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