face-landmark-detection
copied
fix the readme.
Signed-off-by: wxywb <xy.wang@zilliz.com>
@ -27,7 +27,6 @@ import towhee
towhee.glob('./img1.jpg') \
.image_decode.cv2() \
.face_landmark_detection.mobilefacenet() \
.select('img','landmark') \
.to_list()
```