Results 5 comments of Jack He

> 浏览器输入: > http://0.0.0.0:8080/ocr 你好,我在浏览器输入http://0.0.0.0:8080/ocr,并加载图片之后,页面一直处于处理转圈的状态,并不能识别,输出如下信息,请问这是什么情况?谢谢! 127.0.0.1:47776 - - [18/Mar/2019 15:16:12] "HTTP/1.1 POST /ocr" - 500 Internal Server Error 127.0.0.1:47794 - - [18/Mar/2019 15:17:41] "HTTP/1.1 GET /ocr" - 200 OK 127.0.0.1:47794...

> 换个图 谢谢你,我运行test.ipynb成功了,在浏览器里加载图片没有成功

Hi, I download tianchi ICPR dataset,set cfg.train_task_id = '3T256',run python3 preprocess.py && python3 label.py && python3 advanced_east.py. But I get this error. The output information is shown below. How can...

> Use python instead of python3 in your command. Hi, Thank you for your replay. I tried run: python2 keras_to_tensorflow.py --input_model="/media/jack/code/clion_kdevelop/OCR/keras_to_tensorflow/east_model_3T736.h5" --output_model="/media/jack/code/clion_kdevelop/OCR/keras_to_tensorflow/east_model__3T736.pb" I meet this error: File "keras_to_tensorflow.py", line 122,...

> I've got the pretrained model from google drive, > but I now can't figure out how to actually run them. > What parts of codes should I modify ,...