logo
Browse Source

Modify examples

main
GuoRentong 3 years ago
parent
commit
82816eeded
  1. 4
      README.md

4
README.md

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

Loading…
Cancel
Save