object-detection
copied
remove dc2
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
@ -27,7 +27,7 @@ Load an image from path './test.png' and use yolov5 model to detect objects in t
*Write a same pipeline with explicit inputs/outputs name specifications:*
```Python
from towhee.dc2 import pipe, ops, DataCollection
from towhee import pipe, ops, DataCollection
p = (
pipe.input('path')