AttributeError: module ‘cv2.cv2‘ has no attribute ‘Tracker_create‘

opencv-python也安装了,但还是报错

后来上谷歌,才解决这个问题

需要安装opencv-contrib-python

pip install -i https://mirrors.aliyun.com/pypi/simple/  opencv-contrib-python

你可能感兴趣的:(opencv)