From d35b798a66c222ea7d924562fd38b3bd4cc548b4 Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Mon, 22 Apr 2019 23:30:24 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a21f922..cd4fc64f 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ $ hub run lac --input_text "今天是个好日子" # 使用百度Senta情感分析模型对句子进行预测 $ hub run senta_bilstm --input_text "今天是个好日子" + # 使用SSD检测模型对图片进行目标检测 $ wget --no-check-certificate https://paddlehub.bj.bcebos.com/resources/test_img_bird.jpg $ hub run ssd_mobilenet_v1_pascal --input_path test_img_bird.jpg -- GitLab