From 65562bc19a82743b857ffca35bd236168aebf5eb Mon Sep 17 00:00:00 2001 From: ChengZi Date: Thu, 16 Mar 2023 15:27:30 +0800 Subject: [PATCH] rm dc2 in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fab6b71..84b9eba 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This operator can filter tiny detected segments with format of list of `[start_s ```python -from towhee.dc2 import pipe, ops, DataCollection +from towhee import pipe, ops, DataCollection p = ( pipe.input('pred') \ @@ -32,7 +32,7 @@ DataCollection(p([[0, 0, 100, 100], [0, 0, 10, 10], [0, 0, 60, 10]])).show() ```python -from towhee.dc2 import pipe, ops, DataCollection +from towhee import pipe, ops, DataCollection p = ( pipe.input('pred', 'sim_hw') \