Resnet152

[검출 모델]

사용 모델

YOLOv5 https://github.com/ultralytics/yolov5

Untitled

코드 중략 ..

하이퍼파라미터

<aside> <img src="/icons/reference_gray.svg" alt="/icons/reference_gray.svg" width="40px" /> Confidence Threshold (conf)

<aside> <img src="/icons/reference_gray.svg" alt="/icons/reference_gray.svg" width="40px" /> Intersection over Union Threshold (IOU)

1. 기존 YOLOv5 테스트

Untitled

⇒ 하이퍼파라미터를 조정해도 4개 중 3개만을 인식. 사용하고자 하는 데이터에 맞게 파인튜닝 필요

2. YOLOv5 파인 튜닝

Untitled