From 5180c0a852de0194c574d6e43e673a40dd18fb06 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Wed, 22 Apr 2020 23:43:39 +0800 Subject: [PATCH] Update README_CN.md --- python/examples/faster_rcnn_model/README_CN.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/examples/faster_rcnn_model/README_CN.md b/python/examples/faster_rcnn_model/README_CN.md index f43b46d3..355fc301 100644 --- a/python/examples/faster_rcnn_model/README_CN.md +++ b/python/examples/faster_rcnn_model/README_CN.md @@ -66,5 +66,3 @@ python test_client.py --config_path=infer_cfg.yml --infer_img=000000570688.jpg -

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