From 9ce1642edf2f190ea80966aaceee75564015b052 Mon Sep 17 00:00:00 2001 From: ChengZi Date: Thu, 16 Mar 2023 15:32:05 +0800 Subject: [PATCH] rm dc2 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e89cfd..ef103d1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This operator can compare two ordered sequences, then detect the range which fea ```python -from towhee.dc2 import pipe, ops, DataCollection +from towhee import pipe, ops, DataCollection import numpy as np # simulate a video feature by 10 frames of 512d vectors.