From 64ed081779385330974869bbf40b22874d6ab979 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Wed, 22 Apr 2020 23:44:03 +0800 Subject: [PATCH] Update README_CN.md --- python/examples/faster_rcnn_model/README_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/examples/faster_rcnn_model/README_CN.md b/python/examples/faster_rcnn_model/README_CN.md index 355fc301..a7480f00 100644 --- a/python/examples/faster_rcnn_model/README_CN.md +++ b/python/examples/faster_rcnn_model/README_CN.md @@ -54,14 +54,14 @@ python test_client.py --config_path=infer_cfg.yml --infer_img=000000570688.jpg - ## 3. 结果分析


- +

这是输入图片


- +

这是实现添加了bbox之后的图片,可以看到客户端已经为图片做好了后处理,此外在output/bbox.json也有各个框的编号和坐标信息。 -- GitLab