AstarLight / Lets_OCR

A repository for OCR, which inlcudes some classical OCR algorithms Pytorch implementation such as CTPN, EAST and CRNN.
MIT License
656 stars 327 forks source link

make compile Error #16

Open Tristacheng opened 5 years ago

Tristacheng commented 5 years ago

image hi, thank you for your great job! But I met this problem when I tried to implement your code, do you know how to solve it?

nicegdhj commented 5 years ago

image hi, thank you for your great job! But I met this problem when I tried to implement your code, do you know how to solve it?

hi~ I have met the same problem, can you tell me how to solve it, thanks!

leonzhu211 commented 5 years ago

sudo apt-get install python-numpy

Jackandrome commented 4 years ago

do you fix it