gpt4 book ai didi

python - AttributeError:模块 'cv2.cv2' 没有属性 'TrackerCSRT_create'

转载 作者:行者123 更新时间:2023-12-02 17:26:57 26 4
gpt4 key购买 nike

AttributeError: module 'cv2.cv2' has no attribute 'TrackerCSRT_create' 被抛出。

python 版本:4.1.1

opencv版本:4.1.1

操作系统:Linux

# init 
tracker = cv2.TrackerCSRT_create()
success = tracker.init(image, (xmin, ymin, xmax - xmin, ymax - ymin))

该代码在上周之前运行良好。我试图编辑我的代码来创建 flask 应用程序,并在调用 flask 应用程序时遇到了这个问题。

最佳答案

通过 pip3 将 opencv-python 和 opencv-contrib-python 更新到最新版本。请注意,在我的情况下,两个软件包都需要解决问题。

关于python - AttributeError:模块 'cv2.cv2' 没有属性 'TrackerCSRT_create',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58705861/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com