logo
Browse Source

rm dc2 in readme

main
ChengZi 2 years ago
parent
commit
65562bc19a
  1. 4
      README.md

4
README.md

@ -17,7 +17,7 @@ This operator can filter tiny detected segments with format of list of `[start_s
```python ```python
from towhee.dc2 import pipe, ops, DataCollection
from towhee import pipe, ops, DataCollection
p = ( p = (
pipe.input('pred') \ pipe.input('pred') \
@ -32,7 +32,7 @@ DataCollection(p([[0, 0, 100, 100], [0, 0, 10, 10], [0, 0, 60, 10]])).show()
```python ```python
from towhee.dc2 import pipe, ops, DataCollection
from towhee import pipe, ops, DataCollection
p = ( p = (
pipe.input('pred', 'sim_hw') \ pipe.input('pred', 'sim_hw') \

Loading…
Cancel
Save