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 | 31 |
Tags
- FIle
- 딥러닝
- ppc64le
- Anaconda
- object detection
- windows
- raspberry pi
- face_recognition
- Windows 10
- CUDA
- pyTorch
- colab
- dataset
- Deep Learning
- error
- download
- urllib
- TensorFlow
- YouTube 8M
- colaboratory
- keras
- Jupyter notebook
- linux
- shakeratos
- gpu memory
- dlib
- python3
- install
- python
- ubuntu
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