본문으로 바로가기

[Pytorch] Detectron2 on Windows 10

category Tips 3년 전

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

 


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