기술 성공, 실패 기록소

densepose 설치하는 법. 본문

followMotion

densepose 설치하는 법.

sunlab 2022. 2. 15. 15:00
728x90

환경)

ubuntu 18.04

rtx 2060 turing architecture

cuda 10.2, cudnn 7.6.5

 

detectron2 설치)

 

https://detectron2.readthedocs.io/en/latest/tutorials/install.html

 

 

Installation — detectron2 0.6 documentation

© Copyright 2019-2020, detectron2 contributors Revision ef2c3abb.

detectron2.readthedocs.io

python 3.6 이상

 

https://pytorch.org/

 

PyTorch

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

pytorch.org

 

pytorch 1.10 설치 + torchvision

 

opencv 설치

 

Install Pre-Built Detectron2

cuda10.2 - torch 1.10 으로 설치

 

densepose 설치)

https://github.com/facebookresearch/detectron2/blob/main/projects/DensePose/doc/GETTING_STARTED.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

 

pip install git+https://github.com/facebookresearch/detectron2@main#subdirectory=projects/DensePose  

 

+ tensorflow는 cuda 10.2 를 지원하지 않아서, cuda 10.2에서 사용하기 위해서 별도로 처리해야함.

'followMotion' 카테고리의 다른 글

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