[Pytorch] Detectron2 on Windows 10
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