当前位置:   article > 正文

【Debug日记】AttributeError: module ‘cv2‘ has no attribute ‘createThinPlateSplineShapeTransformer‘_attributeerror: module 'cv2.cuda' has no attribute

attributeerror: module 'cv2.cuda' has no attribute 'orb_create

问题

运行程序发现:

AttributeError: module 'cv2' has no attribute 'createThinPlateSplineShapeTransformer'
  • 1

查看其他博主说没有安装 opencv-python-contrib 包,但事实上已安装且和 opencv-python 版本对应。

解决方案

限制 opencv-python-contribopencv-python 在4.8.0.76及以下(亲测可用)。原因可能是4.8.1以上将这个函数改动到了其它位置。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/128793
推荐阅读
相关标签
  

闽ICP备14008679号