text-detection-ctpn
text-detection-ctpn copied to clipboard
run demo.py, an error occured!
Traceback (most recent call last):
File "/home/hs/PycharmProjects/text-detection-ctpn/main/demo.py", line 12, in
what is your tensorflow version ? try use tensorflow==1.15 , i think it is the most stable and compatible version
Traceback (most recent call last):
File "demo.py", line 12, in
@sevany make sure you run the file demo from project root
Python ./main/demo.py
root@test:~/text-detection-ctpn# python2 ./main/demo.py
Traceback (most recent call last):
File "./main/demo.py", line 12, in
@yujmo
nms and bbox utils are written in cython, hence you have to build the scripts first
have you built them
cd utils/bbox
chmod +x make.sh
./make.sh