Windows 10에서 detectron2를 설치하기 까다롭다.
Anaconda를 이용해서 간단하게 설치 가능하다.
filename: detectron2.yml
name: detectron2
channels:
- pytorch
- conda-forge
- anaconda
- defaults
dependencies:
- python=3.8
- numpy
- pywin32
- cudatoolkit=11.0
- pytorch==1.7.1
- torchvision
- git
- pip
- pip:
- git+https://github.com/facebookresearch/detectron2.git@v0.3
conda create -f detectron2.yml
'Tips' 카테고리의 다른 글
[Jupyter] 원격 접근 설정하기 (0) | 2021.11.14 |
---|---|
[Ubuntu 20.04] 우분투 한글입력 방법 (한글키 호환) (4) | 2021.10.27 |