densepose 설치하는 법.
환경)
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 이상
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에서 사용하기 위해서 별도로 처리해야함.