Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- python
- windows
- python3
- face_recognition
- download
- Windows 10
- dlib
- Deep Learning
- YouTube 8M
- object detection
- shakeratos
- dataset
- FIle
- install
- Jupyter notebook
- linux
- urllib
- ppc64le
- 딥러닝
- error
- CUDA
- ubuntu
- colaboratory
- raspberry pi
- gpu memory
- TensorFlow
- pyTorch
- keras
- colab
- Anaconda
Archives
- Today
- Total
Shakerato
python opencv 'cv2.cv2 has no attribute' error solution 본문
For examples,
AttributeError: module 'cv2.cv2' has no attribute 'TrackerCSRT_create'
AttributeError: module ‘cv2.cv2’ has no attribute ‘saliency’
...
Because the 'contrib' module is not installed.
1. run cmd or PowerShell as 'administrator'
2. activate <env>
3. pip install opencv-contrib-python
Try your code again
'Research' 카테고리의 다른 글
install curl to download YouTube-8M on windows 10 (0) | 2018.08.06 |
---|---|
Visual Studio Community 2015 download (0) | 2018.08.02 |
jupyter notebook setup: an anaconda environment as a kernel (0) | 2018.07.26 |
유튜브 다크모드(테마) 변경 (0) | 2018.07.24 |
Install face_recognition and dlib on Windows 10 (0) | 2018.07.15 |
Comments