logo
Browse Source

fix the readme.

Signed-off-by: wxywb <xy.wang@zilliz.com>
main
wxywb 3 years ago
parent
commit
e6da32b2e6
  1. 1
      README.md

1
README.md

@ -27,7 +27,6 @@ import towhee
towhee.glob('./img1.jpg') \
.image_decode.cv2() \
.face_landmark_detection.mobilefacenet() \
.select('img','landmark') \
.to_list()
```

Loading…
Cancel
Save