提交 a09cad53 编写于 作者: L LDOUBLEV

update model_list.md

上级 ae7567e7
...@@ -82,4 +82,4 @@ python3 tools/infer/predict_system.py --det_model_dir=./inference/ch_PP-OCRv2_de ...@@ -82,4 +82,4 @@ python3 tools/infer/predict_system.py --det_model_dir=./inference/ch_PP-OCRv2_de
python3 tools/infer/predict_system.py --det_model_dir=./inference/ch_PP-OCRv2_det_infer/ --rec_model_dir=./inference/ch_PP-OCRv2_rec_infer/ --image_dir=./doc/imgs/00057937.jpg --use_gpu=True --use_tensorrt=True --rec_image_shape="3,48,320" python3 tools/infer/predict_system.py --det_model_dir=./inference/ch_PP-OCRv2_det_infer/ --rec_model_dir=./inference/ch_PP-OCRv2_rec_infer/ --image_dir=./doc/imgs/00057937.jpg --use_gpu=True --use_tensorrt=True --rec_image_shape="3,48,320"
``` ```
更多ppocr模型预测请参考[文档](../../doc/doc_ch/inference_ppocr.md) 更多ppocr模型预测请参考[文档](../../doc/doc_ch/models_list.md)
...@@ -80,4 +80,4 @@ To enable TRT prediction, you only need to set `--use_tensorrt=True` on the basi ...@@ -80,4 +80,4 @@ To enable TRT prediction, you only need to set `--use_tensorrt=True` on the basi
python3 tools/infer/predict_system.py --det_model_dir=./inference/ch_PP-OCRv2_det_infer/ --rec_model_dir=./inference/ch_PP-OCRv2_rec_infer/ --image_dir=./doc/imgs/ --rec_image_shape="3,48,320" --use_gpu=True --use_tensorrt=True python3 tools/infer/predict_system.py --det_model_dir=./inference/ch_PP-OCRv2_det_infer/ --rec_model_dir=./inference/ch_PP-OCRv2_rec_infer/ --image_dir=./doc/imgs/ --rec_image_shape="3,48,320" --use_gpu=True --use_tensorrt=True
``` ```
For more ppocr model predictions, please refer to[document](../../doc/doc_en/inference_ppocr_en.md) For more ppocr model predictions, please refer to[document](../../doc/doc_en/models_list_en.md)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册