아래 내용을 텍스트로 옮긴다음 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