logo
Browse Source

Update R

EADME

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
main
shiyu22 2 years ago
parent
commit
077b5649b8
  1. 6
      README.md

6
README.md

@ -36,8 +36,8 @@ p = (
.output('class', 'score') .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()
``` ```
<br /> <br />
@ -48,7 +48,7 @@ res = p(data).get()
Create the operator via the following factory method Create the operator via the following factory method
***object_detection.yolov5()***
***object_detection.yolo()***

Loading…
Cancel
Save