YOLO

YOLOv3

  • Darknet-53 BackBone 사용
  • 작은 grid에서는 큰 Object를 찾는데 장점이 있고, 큰 Grid에서는 작은 Object를 찾는데 장점이 있음

image

Model Configure File

  • hyperparameters
  • Model architecture
  • Data augmentation
  • Input Resolution

image

Preparing Data

image

  • labeling tool을 통해 annotation 확인하기

Labelimg

  • https://github.com/tzutalin/labelImg

Yolo_Label

  • https://github.com/developer0hye/Yolo_Label

  • 사용법

  1. Dataset 디렉터리에 Object Detection을 진행할 Img와 annotation된 txt 파일 추가

  2. Label 리스트 파일 생성
  3. YoloLabel 프로그램에서 디렉터리 설정 후 리스트 파일 선택

image