From 9e2a2c4552be3ae745df01bbb3a6f3541a7f46f4 Mon Sep 17 00:00:00 2001 From: wuzewu Date: Fri, 28 Jun 2019 15:43:46 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cb4233c..d313f8d7 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ $ hub run senta_bilstm --input_text "今天是个好日子" ```shell $ wget --no-check-certificate https://paddlehub.bj.bcebos.com/resources/test_object_detection.jpg $ hub run ssd_mobilenet_v1_pascal --input_path test_object_detection.jpg -$ hub run yolov3 --input_path test_object_detection.jpg -$ hub run faster_rcnn --input_path test_object_detection.jpg +$ hub run yolov3_coco2017 --input_path test_object_detection.jpg +$ hub run faster_rcnn_coco2017 --input_path test_object_detection.jpg ``` ![SSD检测结果](https://raw.githubusercontent.com/PaddlePaddle/PaddleHub/release/v1.0.0/docs/imgs/object_detection_result.png) -- GitLab