Merge pull request #2493 from littletomatodonkey/dev/add_img

add cpp infer img demo
This commit is contained in:
MissPenguin 2021-04-14 11:29:40 +08:00 committed by GitHub
commit 579b66b089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -232,7 +232,7 @@ visualize 1 # 是否对结果进行可视化为1时会在当前文件夹
最终屏幕上会输出检测结果如下。
<div align="center">
<img src="../imgs/cpp_infer_pred_12.png" width="600">
<img src="./imgs/cpp_infer_pred_12.png" width="600">
</div>

View File

@ -238,7 +238,7 @@ visualize 1 # Whether to visualize the resultswhen it is set as 1, The predic
The detection results will be shown on the screen, which is as follows.
<div align="center">
<img src="../imgs/cpp_infer_pred_12.png" width="600">
<img src="./imgs/cpp_infer_pred_12.png" width="600">
</div>