Face Detection1 [Mac] Detectron2 예제 실습하기 - Face detection 목적face detection 사이드 프로젝트 모델로 detectron2를 사용하게 되었다. detectron2에 대한 예제를 가지고 모델링, 작업 도중에 발생했던 오류 및 진행과정을 상세히 설명하고자 한다. 레퍼런스https://github.com/curiousily/Getting-Things-Done-with-Pytorch/blob/master/02.face-detection-with-detectron2.ipynb Mac 사용시 주의 사항detectron2는 Cuda로 구현한 모델. 하지만 m1, m2는 Nvidia GPU를 제공하지 않기 때문에 로컬에서 Cuda를 사용할 수 없다. 해결방법으로는 ①device를 mps로 변경 (했지만 아래 내용으로 오류 발생) ②device를 cpu로.. 2024. 4. 22. 이전 1 다음