[2023-05-30] YOLO
YOLO
YOLOv3
- Darknet-53 BackBone 사용
- 작은 grid에서는 큰 Object를 찾는데 장점이 있고, 큰 Grid에서는 작은 Object를 찾는데 장점이 있음
Model Configure File
- hyperparameters
- Model architecture
- Data augmentation
- Input Resolution
- …
Preparing Data
- labeling tool을 통해 annotation 확인하기
Labelimg
- https://github.com/tzutalin/labelImg
Yolo_Label
-
https://github.com/developer0hye/Yolo_Label
-
사용법
-
Dataset 디렉터리에 Object Detection을 진행할 Img와 annotation된 txt 파일 추가
- Label 리스트 파일 생성
- YoloLabel 프로그램에서 디렉터리 설정 후 리스트 파일 선택