未验证 提交 0b69ffd6 编写于 作者: B Bin Lu 提交者: GitHub

Update getting_started_retrieval.md

上级 7f35a2eb
...@@ -182,7 +182,7 @@ python python/predict_rec.py \ ...@@ -182,7 +182,7 @@ python python/predict_rec.py \
-o Global.use_tensorrt=False -o Global.use_tensorrt=False
``` ```
其中: 其中:
+ `Global.infer_imgs`:待预测的图片文件路径,如 `./test.jpeg` + `Global.infer_imgs`:待预测的图片文件路径,如 `../dataset/flowers/jpg/image_00001.jpg`
+ `Global.rec_inference_model_dir`模型结构文件路径,如 `../inference/` + `Global.rec_inference_model_dir`预测模型文件路径,如 `./inference/`
+ `Global.use_tensorrt`:是否使用 TesorRT 预测引擎,默认值:`True` + `Global.use_tensorrt`:是否使用 TesorRT 预测引擎,默认值:`True`
+ `Global.use_gpu`:是否使用 GPU 预测,默认值:`True` + `Global.use_gpu`:是否使用 GPU 预测,默认值:`True`
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册