From 094f3c070339f2d58b7196cfc45eb8567af7940b Mon Sep 17 00:00:00 2001 From: junjiejiangjjj Date: Thu, 2 Feb 2023 10:29:16 +0800 Subject: [PATCH] update Signed-off-by: junjiejiangjjj --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e6ae2a..ff4db9c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ DataCollection(p('./video.mp4')).show(limit=1) ``` ```python -from towhee import ops +from towhee.dc2 import ops d = ops.video_decode.ffmpeg(start_time=10.0, end_time=20.0, sample_type='uniform_temporal_subsample', args={'num_samples': 10}) for frame in d(video_path):