Roboflow: Give your software the power to see objects in images and video
With just a few dozen example images, you can train a working, state-of-the-art computer vision model in less than 24 hours.
roboflow.com
YOLO 란 ? https://pjreddie.com/darknet/yolo
COCO dataset 을 다운받아서 사용예정

> 총 3번의 출력이 있음.
- 416*416 으로 입력
scale : 0.00392 (1/255)
Mean[0.0.0]
RGB : true
3개의 출력 레이어 > 참고 : https://m.blog.naver.com/PostView.naver?blogId=polpolie95&logNo=221851473887&categoryNo=6&proxyReferer=
outs[0].shape = (507,85)

33.02 Yolo Head and Yolo Loss - EN
# YOLO Head ### YOLO v3 has three feature maps ### Multi-scale detection YOLO performs coars…
wikidocs.net
'머신러닝 > 딥러닝' 카테고리의 다른 글
| NLP 관련 용어 몇 가지 간략 정리 (0) | 2023.11.08 |
|---|---|
| 딥러닝 이미지 전처리, 표준화, 백색화, 정규화, VGG16 (0) | 2023.08.01 |
| 딥러닝 하이퍼파라미터 2 - 풀링층, Pooling (0) | 2023.08.01 |
| 딥러닝 CNN 구현 + 하이퍼파라미터 1 (0) | 2023.07.31 |
| 딥러닝 CNN + 개념정리 (0) | 2023.07.31 |