Merge pull request #2493 from littletomatodonkey/dev/add_img
add cpp infer img demo
This commit is contained in:
commit
579b66b089
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -238,7 +238,7 @@ visualize 1 # Whether to visualize the results,when 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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue