Update getting_started_retrieval.md
parent
7f35a2eb3a
commit
0b69ffd6aa
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue