Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Linux
- amcl
- 전이학습
- RGB-D
- opencv
- FreeCAD
- error
- 촉각센서
- turtlebot
- Gazebo
- 부분공간
- roslib
- roslaunch
- turtlebot3
- autorace
- Installation
- Kinetic
- CUDA
- YoLO
- ubuntu
- linetracing
- ROS
- webots
- ax200
- sources.list
- G++
- CuDNN
- rqt
- darknet_ros
- gcc
Archives
- Today
- Total
기술 성공, 실패 기록소
densepose 설치하는 법. 본문
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
python 3.6 이상
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
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 |