ocr_chinese icon indicating copy to clipboard operation
ocr_chinese copied to clipboard

作者大佬您好。我在运行您的程序的时候出现问题,想跟您请教,谢谢!

Open xuemeng255 opened this issue 3 years ago • 3 comments

1、在百度云下载链接里,有个 vgg16_weights_tf_dim_ordering_tf_kernels_notop.h5 的文件,应该放在哪个目录中? 2、在运行 predict.py 时,报错“FileNotFoundError: [Errno 2] No such file or directory: './east/test/temp/100_0_.jpg'”,应该怎么处理。 非常期待你的回复,谢谢!

xuemeng255 avatar Aug 17 '21 01:08 xuemeng255

  1. c:/user/admin/.keras/model
  2. 把east去掉

a-ltj avatar Sep 08 '21 09:09 a-ltj

您好,我在ubuntu系统上运行您的代码 1、请问百度网盘中的model已经分别放在east和crnn的model中,但是代码在运行的过程中还是会从连接远程下载,请问我放错文件夹位置了吗? 2、'E:\datas\char_std_5990.txt‘这个文件应该从哪下载呢

Caroline0728 avatar Apr 06 '22 04:04 Caroline0728

报错:FileNotFoundError: [Errno 2] No such file or directory: './east/test/temp/100_0_.jpg 是程序不能创建多级目录导致的,可以自己手动新建temp目录

huohuo126 avatar Jun 17 '22 04:06 huohuo126