YCG09 / chinese_ocr

CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
Apache License 2.0
2.73k stars 1.08k forks source link

无法加载VGG模型 #369

Closed Jiangshuyi0V0 closed 1 year ago

Jiangshuyi0V0 commented 3 years ago

在进行ctpn训练时,无法加载作者提供的VGG_imagenet模型,运行train_net.py时会抛出相关异常 OI7SENS2WTIWGNYFXLM9YHE

错误部分的对应代码为 image

如图为下载并放置好的VGG模型 image

求问各位大佬们为啥会出现这种问题,本科在读萌新真诚发问,可以直接留言或者加Q:2754194439救我,感激不尽!

knavezl commented 3 years ago

numpy降级,pip install numpy==1.16.2