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

Update getting_started_retrieval.md

上级 93be023a
......@@ -187,7 +187,8 @@ python python/predict_rec.py \
+ `Global.rec_inference_model_dir`:预测模型文件路径,如 `./inference/`
+ `Global.use_tensorrt`:是否使用 TesorRT 预测引擎,默认值:`True`
+ `Global.use_gpu`:是否使用 GPU 预测,默认值:`True`
执行完上述命令之后,会得到输入图片对应的特征信息; 本例子中特征维度为2048;显示如下:
执行完上述命令之后,会得到输入图片对应的特征信息, 本例子中特征维度为2048, 显示如下:
```
(1, 2048)
[[0.00033124 0.00056205 0.00032261 ... 0.00030939 0.00050748 0.00030271]]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册