|
|
@ -18,7 +18,7 @@ Load a video from path './demo_video.mp4' to generate a video embedding. |
|
|
|
|
|
|
|
- Encode video (default): |
|
|
|
```python |
|
|
|
from towhee.dc2 import pipe, ops, DataCollection |
|
|
|
from towhee import pipe, ops, DataCollection |
|
|
|
|
|
|
|
p = ( |
|
|
|
pipe.input('video_path') \ |
|
|
@ -37,7 +37,7 @@ Read the text 'kids feeding and playing with the horse' to generate a text embed |
|
|
|
|
|
|
|
- Encode text: |
|
|
|
```python |
|
|
|
from towhee.dc2 import pipe, ops, DataCollection |
|
|
|
from towhee import pipe, ops, DataCollection |
|
|
|
|
|
|
|
p = ( |
|
|
|
pipe.input('text') \ |
|
|
|