yolov52 Face Recognition 제작기 -2단계 이미지 추론결과 다루기 https://hansonminlearning.tistory.com/90 Face Recognition Custom 제작기-초간단[1/2] 회사와서 별에별거를 접해보게된다. 얼굴인식기를 만들어볼껀데. FaceNet으로 사용해볼꺼다. 참고 https://github.com/arsfutura/face-recognition GitHub - arsfutura/face-recognition: A framework for creatin.. hansonminlearning.tistory.com 얼굴에 바운딩박스까지 잘 나온다면, 이제 탐지결과를 다루는 방법에 대해서 궁금해할것이다. classifier.py 에 들어가서 main함수를 보면 아래와 같다. faces 라는 변수에 모든 탐지결과가 담겨있는데. 출력하면 아래.. 2021. 10. 13. YOLOR custom tutorial (YOLOR 커스텀 데이터셋 학습) - 2편(Train) 설치(Installation) # 원하는 디렉토리로 이동해서 YOLOR git clone! git clone https://github.com/roboflow-ai/yolor cd yolor git reset --hard eb3ef0b7472413d6740f5cde39beb1a2f5b8b5d1 # Requirement 설치 pip install -r requirements.txt ※ Requirement 설치 시 ERROR: torch has an invalid wheel, .dist-info directory not found 오류가 발생한다면, PyTorch 홈페이지에 가서 버젼에 맞게 다운받는다. conda install pytorch==1.7.0 torchvision==0.8.1 torchaudi.. 2021. 7. 20. 이전 1 다음