Update getting_started_retrieval.md

pull/848/head
Bin Lu 2021-06-16 14:18:41 +08:00 committed by GitHub
parent 7f35a2eb3a
commit 0b69ffd6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ python python/predict_rec.py \
-o Global.use_tensorrt=False
```
其中:
+ `Global.infer_imgs`:待预测的图片文件路径,如 `./test.jpeg`
+ `Global.rec_inference_model_dir`:模型结构文件路径,如 `../inference/`
+ `Global.infer_imgs`:待预测的图片文件路径,如 `../dataset/flowers/jpg/image_00001.jpg`
+ `Global.rec_inference_model_dir`预测模型文件路径,如 `./inference/`
+ `Global.use_tensorrt`:是否使用 TesorRT 预测引擎,默认值:`True`
+ `Global.use_gpu`:是否使用 GPU 预测,默认值:`True`