-
Detectron2 이란? Pytorch 기반의 Object Detection, Segmentation 라이브러리!AI/Object Detection & Pose Estimation 2021. 9. 9. 15:12728x90
https://www.youtube.com/watch?v=EVtMT6Ve0sY
https://www.youtube.com/watch?v=q9TVt0T2a1M
https://lynnshin.tistory.com/57
Detectron2 로 Mask R-CNN 학습하기
1. 아나콘다 가상환경 세팅 $ conda create -n detectron2 python==3.8 -y $ conda activate detectron2 2. PyTorch 설치 https://pytorch.org/get-started/previous-versions/ 에서 CUDA 버전에 맞는 PyTorch 설..
lynnshin.tistory.com
https://github.com/facebookresearch/detectron2/blob/main/MODEL_ZOO.md
GitHub - facebookresearch/detectron2: Detectron2 is FAIR's next-generation platform for object detection, segmentation and other
Detectron2 is FAIR's next-generation platform for object detection, segmentation and other visual recognition tasks. - GitHub - facebookresearch/detectron2: Detectron2 is FAIR's next-genera...
github.com
728x90'AI > Object Detection & Pose Estimation' 카테고리의 다른 글
Mask R-CNN 흐름 정리 (R-CNN, Fast R-CNN, Faster R-CNN) (0) 2021.09.09 Cascaded Pyramid Network for Multi-person pose estimation (0) 2021.09.09 Cifar10 Dataset 정리 (0) 2021.09.01 Feature Pyramid Network (FPN) 정리 (0) 2021.09.01 3d human pose estimation in video with temporal convolutions and semi-supervised training 정리 (0) 2021.09.01