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

前端 未结 1 1699
面向向阳花
面向向阳花 2021-01-28 18:43

I tried to install opencv3.4.0 on a raspberry3 following this guide: https://www.life2coding.com/install-opencv-3-4-0-python-3-raspberry-pi-3/

Now the problem is that I

相关标签:
1条回答
  • 2021-01-28 18:49

    Finally, I got it working. I just used pip for both installations:

    pip install opencv-python
    pip install opencv-contrib-python
    
    0 讨论(0)
提交回复
热议问题