From 0a01c15d98b7b88383605ad6c947fbf37ed2b0a8 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Wed, 22 Apr 2020 23:55:30 +0800 Subject: [PATCH] Update README.md --- python/examples/faster_rcnn_model/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/examples/faster_rcnn_model/README.md b/python/examples/faster_rcnn_model/README.md index 3e676d69..d8c41521 100644 --- a/python/examples/faster_rcnn_model/README.md +++ b/python/examples/faster_rcnn_model/README.md @@ -2,7 +2,7 @@ ([简体中文](./README_CN.md)|English) -This article requires [Paddle Detection](https://github.com/PaddlePaddle/PaddleDetection) trained models and configuration files. If users want to quickly deploy on Paddle Serving, please read the chapter 2 directly. +This article requires [Paddle Detection](https://github.com/PaddlePaddle/PaddleDetection) trained models and configuration files. If users want to quickly deploy on Paddle Serving, please read the Chapter 2 directly. ## 1. Train an object detection model @@ -66,6 +66,7 @@ This is the input picture     

+ This is the picture after adding bbox. You can see that the client has done post-processing for the picture. In addition, the output/bbox.json also has the number and coordinate information of each box. -- GitLab