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
- YoLO
- 전이학습
- roslib
- Installation
- ROS
- rqt
- CuDNN
- linetracing
- roslaunch
- sources.list
- gcc
- ubuntu
- turtlebot
- opencv
- ax200
- turtlebot3
- G++
- RGB-D
- 부분공간
- webots
- Linux
- error
- FreeCAD
- autorace
- darknet_ros
- Kinetic
- CUDA
- Gazebo
- amcl
- 촉각센서
Archives
- Today
- Total
기술 성공, 실패 기록소
detectron2 설치 본문
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
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 |