image-decode
copied
Modify README
@ -39,7 +39,7 @@ import towhee
towhee.glob['path']('./dog.jpg') \
.image_decode.cv2['path', 'img']() \
.select('img') \
.select['img']() \
.show()
```