파이썬/OpenCV (9) 썸네일형 리스트형 [OpenCV Python] - Template Matching 원본 이미지에서 템플릿 이미지와 일치하는 영역을 찾는 알고리즘이다. 원본 이미지 위에 템플릿 이미지를 놓고 조금씩 이동해가며 이미지 끝에 도달 할 때 까지 비교한다. 이미지와 동일하거나 가장 유사한 영역을 원본 이미지에서 검출한다. [OpenCV Python] - error: (-212:Parsing error) Failed to parse NetParameter file error: (-212:Parsing error) Failed to parse NetParameter file cv2.error: OpenCV(4.5.1) cv::dnn::dnn4_v20201117::readNetFromDarknet Visual Studio Code 기준 TERMINAL 창에서 현재경로를 파이썬 파일이 있는 위치로 바꿔주면 된다. [OpenCV Python] - error: (-212:Parsing error) Failed to parse NetParameter file error: (-212:Parsing error) Failed to parse NetParameter file cv2.error: OpenCV(4.5.1) cv::dnn::dnn4_v20201117::readNetFromDarknet TERMINAL 창에서 경로를 파이썬 파일이 있는 폴더로 바꿔주면 된다. 왜 뜨는거냐? 일반 파이썬파일 실행할 때도 재생버튼 누르면 제대로 실행 안되는데, 터미널에서 경로 바꿔주면 또 된다. [OpenCV Python] - NoMachine for Windows 원격제어 www.nomachine.com/download/download&id=8 NoMachine - Free Remote Desktop For Everybody NoMachine for the Enterprise When remote desktop gets serious, you need a serious tool to do the job. NoMachine satisfies any enterprise remote access scenario and scales to fit your unique IT delivery needs. Be in control of your own data, hosted desktops www.nomachine.com 1. NoMachine for windows 파일 다운로드 가상환경 생성하기 1. 주피터노트북에 아나콘다 가상환경 생성하기 프로젝트를 위한 환경설정으로 파이썬 언어를 설치하고 관련 라이브러리들을 설치해야 한다. 그냥 생으로 설치해버리면 추후 버전 간 충돌이 생길 수 있기 때문에 가상환경을 구축한다 2. 클라우드를 통해 가상환경 생성하기 구름IDE 사용 [OpenCV Python] - 딥러닝 컴퓨터 비전 완벽 가이드 딥러닝 컴퓨터 비전 완벽 가이드 Object Detection Segmentation [OpenCV Python] - module 'cv2.cv2' has no attribute 'TrackerCSRT_create' module 'cv2.cv2' has no attribute 'TrackerCSRT_create' SIFT, SURF 등 OpenCV Tracking 모듈이 version 4에서는 지원되지 않아 Downgrade 해야 한다. 따라서 버전4를 지우고 이전 버전을 다시 설치한다. 1. 파이썬에 설치된 cv2 버전을 확인한다. import cv2 cv2.__version__ 2. OpenCV 3버전으로 다운그레이드 시킨다. * 현 버전 제거 pip uninstall opencv-python pip uninstall opencv-contrib-python * 이전 버전 설치 (에러 날 수 있는데, 경고창에서 추천해주는 버젼 중 고르면 됨) pip install opencv-python==3.4.11.45 pip.. [OpenCV Python] - No module named 'dlib' Anaconda prompt 실행 pip install cmake pip install dlib 명령어 입력해도 안되고 아래와 같은 에러가 발생한다면 visualstudio.microsoft.com/ko/vs/whatsnew/ Visual Studio 2019의 새로운 기능 | 무료 다운로드 - Visual Studio Visual Studio 2019 has the latest features to bring you real-time collaboration with Live Share, AI-assisted code completions, & many more. Download for free. visualstudio.microsoft.com Visual Studio Community를 다운받고, 워.. 이전 1 2 다음