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.21k stars 247 forks source link

[Bug]: Run example reverse_image_search met a ModuleNotFoundError #2644

Closed NicoYuan1986 closed 1 year ago

NicoYuan1986 commented 1 year ago

Is there an existing issue for this?

Current Behavior

Run example reverse_image_search met a ModuleNotFoundError. https://github.com/towhee-io/examples/blob/main/image/reverse_image_search/2_deep_dive_image_search.ipynb

image

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

shiyu22 commented 1 year ago

Added the package in object-detection/yolov5, you can remove the floder ~/.towhee/operators/object-detection/yolov5 and try again.

NicoYuan1986 commented 1 year ago

same: https://github.com/towhee-io/examples/blob/main/image/visualization/under_the_hood_anns_index.ipynb

image

jaelgu commented 1 year ago

same: https://github.com/towhee-io/examples/blob/main/image/visualization/under_the_hood_anns_index.ipynb

image

Should be fixed too with latest yolo operator. Can you check again? @NicoYuan1986

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Close the stale issues and pull requests after 7 days of inactivity. Reopen the issue with /reopen.

NicoYuan1986 commented 1 year ago

Verify fixed.