작업일지

opencv 3. install try

lhj-3 2021. 9. 29. 11:05

https://doongdoongeee.tistory.com/107

 

Ubuntu에서 기존 설치된 OpenCV 삭제 및 재설치

$ pkg-config --modversion opencv  명령어를 통해 현재 설치된 opencv의 버전을 확인하자. $ sudo apt-get purge libopencv* python-opencv $ sudo find /usr/local/ -name "*opencv*" -exec rm {} \; 위의 명령..

doongdoongeee.tistory.com

https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html

 

OpenCV: Installation in Linux

Next Tutorial: Using OpenCV with gdb-powered IDEs Original author Ana Huamán Compatibility OpenCV >= 3.0 Quick start Build core modules # Install minimal prerequisites (Ubuntu 18.04 as reference) sudo apt update && sudo apt install -y cmake g++ wget unzip

docs.opencv.org

cuda fail?

Failed to initialize NVML: Driver/library version mismatch

what the fuck,,,,

'작업일지' 카테고리의 다른 글

opencv 설치 성공  (0) 2021.10.04
아나콘다 ,주피터노트북 커널 연결  (0) 2021.08.12
tensorflow_gpu cuda 호환확인  (0) 2021.08.12
cuda version 확인  (0) 2021.08.10
cuda 삭제  (0) 2021.08.10