image-decode
copied
Modify examples
@ -19,8 +19,8 @@ Load a image from path './dog.jpg'.
```python
import towhee
towhee.glob(./dog.jpg)
.image_decode.cv2()
towhee.glob('./dog.jpg')
.show()
```
@ -29,7 +29,7 @@ towhee.glob(./dog.jpg)
towhee.glob['path'](./dog.jpg)
towhee.glob['path']('./dog.jpg')
.image_decode.cv2['path', 'img']()
.select('img')