기술 성공, 실패 기록소

detectron2 설치 본문

followMotion

detectron2 설치

sunlab 2022. 1. 21. 18:17
728x90

https://github.com/facebookresearch/detectron2/blob/main/INSTALL.md

 

GitHub - facebookresearch/detectron2: Detectron2 is a platform for object detection, segmentation and other visual recognition t

Detectron2 is a platform for object detection, segmentation and other visual recognition tasks. - GitHub - facebookresearch/detectron2: Detectron2 is a platform for object detection, segmentation a...

github.com

# Or, to install it from a local clone:
git clone https://github.com/facebookresearch/detectron2.git
python -m pip install -e detectron2

Requirements

  • Linux or macOS with Python ≥ 3.6
  • PyTorch ≥ 1.8 and torchvision that matches the PyTorch installation. Install them together at pytorch.org to make sure of this
  • OpenCV is optional but needed by demo and visualization

 

https://pytorch.org/

 

PyTorch

An open source machine learning framework that accelerates the path from research prototyping to production deployment.

pytorch.org

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch

pytorch 호환 cuda 10.2

'followMotion' 카테고리의 다른 글

유튜브 동영상 다운로드  (0) 2022.02.26
detectron2 & VideoPose3D  (1) 2022.02.25
densepose 설치하는 법.  (0) 2022.02.15
[Ubuntu18.04 환경설정] CUDA9.0 cuDNN7.1.4  (0) 2022.02.08
urdf2webots  (0) 2021.12.22