towhee-io / towhee

Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
https://towhee.io
Apache License 2.0
3.16k stars 246 forks source link

[Bug]: video_deduplication_at_segment_level run failed with an attribute error #2646

Closed NicoYuan1986 closed 1 year ago

NicoYuan1986 commented 1 year ago

Is there an existing issue for this?

Current Behavior

https://github.com/towhee-io/examples/blob/main/video/video_copy_detection/segment_level/video_deduplication_at_segment_level.ipynb

image

Expected Behavior

pass

Steps To Reproduce

No response

Environment

- Towhee version(e.g. v0.1.3 or 8b23a93):1.1.1
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:

Anything else?

No response

NicoYuan1986 commented 1 year ago

same error: https://github.com/towhee-io/examples/blob/main/video/video_copy_detection/video_level/video_deduplication_at_video_level.ipynb

image image

jaelgu commented 1 year ago

@zc277584121 Can you take a look at this issue?

junjiejiangjjj commented 1 year ago

https://github.com/junjiejiangjjj/examples/blob/3e61b1b5f4f4181a771ef3b4ae939130c4786af1/video/text_video_retrieval/1_text_video_retrieval_engine.ipynb You can refer to the implementation here for reference

jaelgu commented 1 year ago

@NicoYuan1986 Fixed by https://github.com/towhee-io/examples/pull/222. Please retry.

NicoYuan1986 commented 1 year ago

verify Fixed.