OpenCV: AttributeError: module 'cv2' has no attribute 'face'

后端 未结 7 1886
刺人心
刺人心 2020-12-21 12:14

I am creating a face recognition system using Python and OpenCV on these versions:

  • Python 3.6.2 :: Anaconda custom (64-bit)
  • Anaconda 4.3.23
  • O
7条回答
  •  忘掉有多难
    2020-12-21 12:41

    this should fix the problem

    pip install opencv-python-headless
    pip install opencv-contrib-python-headless
    

提交回复
热议问题