코드민수
Windows10 Detectron2 설치 방법 본문
BIG
1. Anaconda 설치 및 가상환경 생성
2. pytorch 설치
3. git 설치
4. cython & pycocotools 설치
pip install cython
pip install “git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI”
5. Visual Studio 2019 설치
https://mindorizip.tistory.com/3
위 사이트 참고하여 설치했습니다.
기존에 깔려있던 환경이랑 충돌 나서 고생 좀 함
6. Detectron2 윈도우 버전 git clone
git clone https://github.com/DGMaxime/detectron2-windows.git
7. Detectron2 & OpenCV 설치
pip install -e .
pip install opencv-python
(추후 자세한 설치 과정 및 이미지 추가 예정)
LIST
'[Python] > 환경설정' 카테고리의 다른 글
[Docker] opencv 에러 ImportError: libGL.so.1 (0) | 2023.08.08 |
---|---|
[ISR] Image Super-Resolution 환경 설정 (0) | 2023.04.30 |
[anaconda3] 아나콘다 가상환경 생성, 삭제, 복사 (0) | 2023.04.11 |