dataturks2 [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. Dataturks AccessDenied 목적 detectron2 실습을 하는 중간에 Dataturks에서 제공하는 Datasetaccess가 비활성화되어 접근을 할 수 없었다. 이에 비슷한 Dataset인 CelebFaces를 활용하여 내가 원하는 Format에 맞게 가공하여 작업하였다. Dataturks를 dataset을 대신 진행한 방법에 대해 설명하고자 한다. 오류 내용 Data AccessDenied CelebFaces 사용 방법 1. 파일 다운 받기 https://mmlab.ie.cuhk.edu.hk/projects/CelebA.html 1. 위의 주소로 접속 후 원본 데이터와 bbox 데이터를 다운받는다. CelebA Dataset Details CelebFaces Attributes Dataset (CelebA) is a lar.. 2024. 4. 9. 이전 1 다음