본문으로 바로가기

[Pytorch] Detectron2 on Windows 10

category Tips 2021. 11. 14. 15:13

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] 우분투 한글입력 방법 (한글키 호환)  (2) 2021.10.27

자유로운 공방
블로그 이미지 Freeable 님의 블로그
MENU
VISITOR 오늘 / 전체