From 077b5649b809123067d6cc63a489f39441e68ef0 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Thu, 29 Dec 2022 13:28:08 +0800 Subject: [PATCH] Update R EADME Signed-off-by: shiyu22 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae35cb2..c5fd4c7 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ p = ( .output('class', 'score') ) -data = 'https://towhee.io/object-detection/yolov5/raw/branch/main/test.png' -res = p(data).get() +res = p('test.png') +res.get() ```
@@ -48,7 +48,7 @@ res = p(data).get() Create the operator via the following factory method -***object_detection.yolov5()*** +***object_detection.yolo()***