未验证 提交 80404b37 编写于 作者: B Bin Lu 提交者: GitHub

Update getting_started_retrieval.md

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