Detectron2 이란? Pytorch 기반의 Object Detection, Segmentation 라이브러리!
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