Detectron2 for windows 설치 방법

Jm-baek·2021년 12월 24일

Detectron2

목록 보기
1/4
  1. 번사 사이트를 git clone 해서 가져온다.

아래 내용을 텍스트로 옮긴다음 yaml로 만들고 conda에서 install하자?

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

참고사이트
1. https://github.com/conansherry/detectron2
2. https://stackoverflow.com/questions/60631933/install-detectron2-on-windows-10
3.https://detectron2.readthedocs.io/en/latest/tutorials/getting_started.html#inference-demo-with-pre-trained-models

profile
비전공자의 데이터사이언스 생존기

0개의 댓글