-
Thank you for the wonderful project!
my env:
- ubuntu18.04
- cuda10.0
- tensorrt 7.0
- python api
If I use dynamic input, I have to use the function:
`context.set_binding_sh…
-
YJLCV updated
3 years ago
-
Dear all,
When I run the model on a CPU machine ( I don’t have a GPU cloud instance) the German mobile model requires for simple predictions (no training) a very large amount of memory which grows …
-
下载解压ocr_v1_for_cpu.tar.gz后,缺少cls_opt_arm.nb文件
错误日志如下:
com.baidu.paddle.lite.demo.ocr A/Paddle-Lite: [F 9/24 10:19:20.632 ...odel_parser/naive_buffer/naive_buffer.cc:62 LoadFromFile] Check failed: …
-
执行完python3 PPOCRLabel.py --lang ch命令,控制打印出这些,并且软件闪了一下,请问如何解决?
/usr/local/lib/python3.8/site-packages/paddle/fluid/layers/utils.py:26: DeprecationWarning: `np.int` is a deprecated alias for the builti…
-
python train_shadownet.py --dataset_dir tfrecords --char_dict_path data/char_dict/char_dict.json --ord_map_dict_path data/char_dict/ord_map.json
I0813 00:21:33.093167 20187 train_shadownet.py:569]…
-
我在检测的时候,一行的文字通常被两个框检测到,然后就被划分为两句话来进行检测,这样导致我不能做后面的筛选。我想问一下需要修改一些什么参数可以加大这个检测的空格间距。我已经使用了ch_det_r50_vd_db和ch_rec_r34_vd_crnn_enhance。
就像这张图[图片](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/d…
-
/opt/android-ndk-r17c/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-g++ --sysroot=/opt/android-ndk-r17c/platforms/android-24/arch-arm64 -funwind-tables -no-canon…
-
paddlepaddle2.0版本
同样的模型,转换为inference模型后,预测结果和原始结果不一致
![image](https://user-images.githubusercontent.com/35923416/96698019-34c5ed80-13bf-11eb-892d-6e00fbfb782c.png)
lim-0 updated
3 years ago
-
使用方式是通过hub启动服务:
hub serving start -m chinese_ocr_db_crnn_server
如此使用的推理模型的版本,是1.0.1版本.
如何通过hub 使用最新1.1版本的推理模型?